#EB51C1

Color #EB51C1 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #EB51C1

Tints of Free Speech Magenta #EB51C1

Color information

#EB51C1 (or 0xEB51C1) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 51 and C1. RGB value is (235,81,193). Sum of RGB (Red+Green+Blue) = 235+81+193=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 81 (32.03% from 255 or 15.91% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EB51C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB51C1 is #14AE3E. Grayscale: #8B8B8B. Windows color (decimal): -1355327 or 12669419. OLE color: 12669419.

HSL color Cylindrical-coordinate representation of color #EB51C1: hue angle of 316.36º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EB51C1 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB23581193-
CMYK00.660.180.08
HSL316.36º79.38%61.96%-
HSV(B)316.36º65.53%92.16%-
XYZ46.8327.453.27-
YUV139.81158.02195.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 46.17%
GREEN value IS 81 (32.03% from 255) = 15.91%
BLUE value IS 193 (75.78% from 255) = 37.92%
R=46.17%
G=15.91%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358119300.660.180.08316.3679.3861.96
HexEB51C104212813c4f3e
Octal3531213010102221047411776
Binary11101011101000111000001010000101001010001001111001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB51C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB51C1; }

 p { color: rgb(235,81,193); }

 H1.HeaderClassName
 {
   color: #EB51C1;
 }
 .AnyTagClassName
 {
   color: #EB51C1;
 }
</style>
background-color css

<style>
 a { background-color: #EB51C1; }

 a { background-color: rgb(235,81,193); }

 div.DivClassName
 {
   background-color: #EB51C1;
 }
 .BgClassName
 {
   background-color: #EB51C1;
 }
</style>
border-color css

<style>
 span { border-color: #EB51C1; }

 span { border-color: rgb(235,81,193); }

 td.TdClassName
 {
   border-color: #EB51C1;
 }
 .TagClassName
 {
   border-color: #EB51C1;
 }
</style>