#EA62C9

Color #EA62C9 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #EA62C9

Tints of Free Speech Magenta #EA62C9

Color information

#EA62C9 (or 0xEA62C9) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 62 and C9. RGB value is (234,98,201). Sum of RGB (Red+Green+Blue) = 234+98+201=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 98 (38.67% from 255 or 18.39% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EA62C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA62C9 is #159D36. Grayscale: #969696. Windows color (decimal): -1416503 or 13198058. OLE color: 13198058.

HSL color Cylindrical-coordinate representation of color #EA62C9: hue angle of 314.56º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EA62C9 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB23498201-
CMYK00.580.140.08
HSL314.56º76.4%65.1%-
HSV(B)314.56º58.12%91.76%-
XYZ48.8430.4458.56-
YUV150.41156.56187.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.90%
GREEN value IS 98 (38.67% from 255) = 18.39%
BLUE value IS 201 (78.91% from 255) = 37.71%
R=43.90%
G=18.39%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349820100.580.140.08314.5676.465.1
HexEA62C903AE813b4c41
Octal3521423110721610473114101
Binary1110101011000101100100101110101110100010011101110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA62C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA62C9; }

 p { color: rgb(234,98,201); }

 H1.HeaderClassName
 {
   color: #EA62C9;
 }
 .AnyTagClassName
 {
   color: #EA62C9;
 }
</style>
background-color css

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

 a { background-color: rgb(234,98,201); }

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

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

 span { border-color: rgb(234,98,201); }

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