Html Css Color HEX #EA57C2 Free Speech Magenta

📋 copy color: '#EA57C2'

red 234 ◦ green 87 ◦ blue 194

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

Shades of Free Speech Magenta #EA57C2

Tints of Free Speech Magenta #EA57C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.67%

R = 45.44%
G = 16.89%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EA57C2 (or 0xEA57C2) is known color: Free Speech Magenta. HEX triplet: EA, 57 and C2. RGB value is (234,87,194). Sum of RGB (Red+Green+Blue) = 234+87+194=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 87 (34.38% from 255 or 16.89% from 515); Blue value is 194 (76.17% from 255 or 37.67% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EA57C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA57C2 is #15A83D. Grayscale: #8E8E8E. Windows color (decimal): -1419326 or 12736490. OLE color: 12736490.

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

Color convert

RGB 234 87 194 -
CMYK 0 0.63 0.17 0.08
HSL 316.33º 0.78% 0.63% -
HSV(B) 316.33º 0.63% 0.92% -
XYZ 47.08 28.2 54 -
YUV 143.15 156.7 192.8 -
System Red Green Blue C M Y K H S L
Decimal 234 87 194 0 0.63 0.17 0.08 316.33 0.78 0.63
Hex EA 57 C2 0 3F 11 8 13C 4E 3F
Octal 352 127 302 0 77 21 10 474 116 77
Binary 11101010 1010111 11000010 0 111111 10001 1000 100111100 1001110 111111

Color Harmonies of #EA57C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA57C2

Black with #EA57C2

Text Example


Text Example

White with #EA57C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA57C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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