Html Css Color HEX #EA59DF Free Speech Magenta

📋 copy color: '#EA59DF'

red 234 ◦ green 89 ◦ blue 223

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

Shades of Free Speech Magenta #EA59DF

Tints of Free Speech Magenta #EA59DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.84%

R = 42.86%
G = 16.3%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EA59DF (or 0xEA59DF) is known color: Free Speech Magenta. HEX triplet: EA, 59 and DF. RGB value is (234,89,223). Sum of RGB (Red+Green+Blue) = 234+89+223=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 89 (35.16% from 255 or 16.30% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EA59DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA59DF is #15A620. Grayscale: #939393. Windows color (decimal): -1418785 or 14637546. OLE color: 14637546.

HSL color Cylindrical-coordinate representation of color #EA59DF: hue angle of 304.55º 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 #EA59DF is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 89 223 -
CMYK 0 0.62 0.05 0.08
HSL 304.55º 0.78% 0.63% -
HSV(B) 304.55º 0.62% 0.92% -
XYZ 50.82 29.96 72.92 -
YUV 147.63 170.54 189.6 -
System Red Green Blue C M Y K H S L
Decimal 234 89 223 0 0.62 0.05 0.08 304.55 0.78 0.63
Hex EA 59 DF 0 3E 5 8 131 4E 3F
Octal 352 131 337 0 76 5 10 461 116 77
Binary 11101010 1011001 11011111 0 111110 101 1000 100110001 1001110 111111

Color Harmonies of #EA59DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA59DF

Black with #EA59DF

Text Example


Text Example

White with #EA59DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA59DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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