Html Css Color HEX #EA57D6 Free Speech Magenta

📋 copy color: '#EA57D6'

red 234 ◦ green 87 ◦ blue 214

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

Shades of Free Speech Magenta #EA57D6

Tints of Free Speech Magenta #EA57D6

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.26%

 BLUE value IS 214 (83.98% from 255) = 40%

R = 43.74%
G = 16.26%
B = 40%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EA57D6 (or 0xEA57D6) is known color: Free Speech Magenta. HEX triplet: EA, 57 and D6. RGB value is (234,87,214). Sum of RGB (Red+Green+Blue) = 234+87+214=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 87 (34.38% from 255 or 16.26% from 535); Blue value is 214 (83.98% from 255 or 40% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EA57D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA57D6 is #15A829. Grayscale: #919191. Windows color (decimal): -1419306 or 14047210. OLE color: 14047210.

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

Color convert

RGB 234 87 214 -
CMYK 0 0.63 0.09 0.08
HSL 308.16º 0.78% 0.63% -
HSV(B) 308.16º 0.63% 0.92% -
XYZ 49.48 29.16 66.64 -
YUV 145.43 166.7 191.17 -
System Red Green Blue C M Y K H S L
Decimal 234 87 214 0 0.63 0.09 0.08 308.16 0.78 0.63
Hex EA 57 D6 0 3F 9 8 134 4E 3F
Octal 352 127 326 0 77 11 10 464 116 77
Binary 11101010 1010111 11010110 0 111111 1001 1000 100110100 1001110 111111

Color Harmonies of #EA57D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA57D6

Black with #EA57D6

Text Example


Text Example

White with #EA57D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA57D6; }

 p { color: rgb(234,87,214); }

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

background-color css

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

 a { background-color: rgb(234,87,214); }

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

border-color css

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

 span { border-color: rgb(234,87,214); }

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