Html Css Color HEX #EA59CB Free Speech Magenta

📋 copy color: '#EA59CB'

red 234 ◦ green 89 ◦ blue 203

#EA59CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #EA59CB

Tints of Free Speech Magenta #EA59CB

RGB

 RED value IS 234 (91.8% from 255) = 44.49%

 GREEN value IS 89 (35.16% from 255) = 16.92%

 BLUE value IS 203 (79.69% from 255) = 38.59%

R = 44.49%
G = 16.92%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EA59CB (or 0xEA59CB) is known color: Free Speech Magenta. HEX triplet: EA, 59 and CB. RGB value is (234,89,203). Sum of RGB (Red+Green+Blue) = 234+89+203=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 89 (35.16% from 255 or 16.92% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EA59CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA59CB is #15A634. Grayscale: #919191. Windows color (decimal): -1418805 or 13326826. OLE color: 13326826.

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

Color convert

RGB 234 89 203 -
CMYK 0 0.62 0.13 0.08
HSL 312.83º 0.78% 0.63% -
HSV(B) 312.83º 0.62% 0.92% -
XYZ 48.28 28.95 59.54 -
YUV 145.35 160.54 191.23 -
System Red Green Blue C M Y K H S L
Decimal 234 89 203 0 0.62 0.13 0.08 312.83 0.78 0.63
Hex EA 59 CB 0 3E D 8 139 4E 3F
Octal 352 131 313 0 76 15 10 471 116 77
Binary 11101010 1011001 11001011 0 111110 1101 1000 100111001 1001110 111111

Color Harmonies of #EA59CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA59CB

Black with #EA59CB

Text Example


Text Example

White with #EA59CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA59CB; }

 p { color: rgb(234,89,203); }

 H1.HeaderClassName
 {
   color: #EA59CB;
 }
 .AnyTagClassName
 {
   color: #EA59CB;
 }
</style>

background-color css

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

 a { background-color: rgb(234,89,203); }

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

border-color css

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

 span { border-color: rgb(234,89,203); }

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