Html Css Color HEX #EA02C6 Hot Magenta

📋 copy color: '#EA02C6'

red 234 ◦ green 2 ◦ blue 198

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

Shades of Hot Magenta #EA02C6

Tints of Hot Magenta #EA02C6

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.46%

 BLUE value IS 198 (77.73% from 255) = 45.62%

R = 53.92%
G = 0.46%
B = 45.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EA02C6 (or 0xEA02C6) is known color: Hot Magenta. HEX triplet: EA, 02 and C6. RGB value is (234,2,198). Sum of RGB (Red+Green+Blue) = 234+2+198=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 2 (1.17% from 255 or 0.46% from 434); Blue value is 198 (77.73% from 255 or 45.62% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EA02C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA02C6 is #15FD39. Grayscale: #5D5D5D. Windows color (decimal): -1441082 or 12976874. OLE color: 12976874.

HSL color Cylindrical-coordinate representation of color #EA02C6: hue angle of 309.31º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA02C6 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 2 198 -
CMYK 0 0.99 0.15 0.08
HSL 309.31º 0.98% 0.46% -
HSV(B) 309.31º 0.99% 0.92% -
XYZ 44.15 21.61 55.27 -
YUV 93.71 186.86 228.06 -
System Red Green Blue C M Y K H S L
Decimal 234 2 198 0 0.99 0.15 0.08 309.31 0.98 0.46
Hex EA 2 C6 0 63 F 8 135 62 2E
Octal 352 2 306 0 143 17 10 465 142 56
Binary 11101010 10 11000110 0 1100011 1111 1000 100110101 1100010 101110

Color Harmonies of #EA02C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA02C6

Black with #EA02C6

Text Example


Text Example

White with #EA02C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA02C6; }

 p { color: rgb(234,2,198); }

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

background-color css

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

 a { background-color: rgb(234,2,198); }

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

border-color css

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

 span { border-color: rgb(234,2,198); }

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