Html Css Color HEX #EA59D3 Free Speech Magenta

📋 copy color: '#EA59D3'

red 234 ◦ green 89 ◦ blue 211

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

Shades of Free Speech Magenta #EA59D3

Tints of Free Speech Magenta #EA59D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.51%

R = 43.82%
G = 16.67%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EA59D3 (or 0xEA59D3) is known color: Free Speech Magenta. HEX triplet: EA, 59 and D3. RGB value is (234,89,211). Sum of RGB (Red+Green+Blue) = 234+89+211=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 89 (35.16% from 255 or 16.67% from 534); Blue value is 211 (82.81% from 255 or 39.51% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EA59D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA59D3 is #15A62C. Grayscale: #919191. Windows color (decimal): -1418797 or 13851114. OLE color: 13851114.

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

Color convert

RGB 234 89 211 -
CMYK 0 0.62 0.10 0.08
HSL 309.52º 0.78% 0.63% -
HSV(B) 309.52º 0.62% 0.92% -
XYZ 49.26 29.34 64.69 -
YUV 146.26 164.54 190.58 -
System Red Green Blue C M Y K H S L
Decimal 234 89 211 0 0.62 0.10 0.08 309.52 0.78 0.63
Hex EA 59 D3 0 3E A 8 136 4E 3F
Octal 352 131 323 0 76 12 10 466 116 77
Binary 11101010 1011001 11010011 0 111110 1010 1000 100110110 1001110 111111

Color Harmonies of #EA59D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA59D3

Black with #EA59D3

Text Example


Text Example

White with #EA59D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA59D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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