Html Css Color HEX #EA02D4 Hot Magenta

📋 copy color: '#EA02D4'

red 234 ◦ green 2 ◦ blue 212

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

Shades of Hot Magenta #EA02D4

Tints of Hot Magenta #EA02D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 47.32%

R = 52.23%
G = 0.45%
B = 47.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EA02D4 (or 0xEA02D4) is known color: Hot Magenta. HEX triplet: EA, 02 and D4. RGB value is (234,2,212). Sum of RGB (Red+Green+Blue) = 234+2+212=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 2 (1.17% from 255 or 0.45% from 448); Blue value is 212 (83.20% from 255 or 47.32% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EA02D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA02D4 is #15FD2B. Grayscale: #5E5E5E. Windows color (decimal): -1441068 or 13894378. OLE color: 13894378.

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

Color convert

RGB 234 2 212 -
CMYK 0 0.99 0.09 0.08
HSL 305.69º 0.98% 0.46% -
HSV(B) 305.69º 0.99% 0.92% -
XYZ 45.84 22.29 64.17 -
YUV 95.31 193.86 226.92 -
System Red Green Blue C M Y K H S L
Decimal 234 2 212 0 0.99 0.09 0.08 305.69 0.98 0.46
Hex EA 2 D4 0 63 9 8 132 62 2E
Octal 352 2 324 0 143 11 10 462 142 56
Binary 11101010 10 11010100 0 1100011 1001 1000 100110010 1100010 101110

Color Harmonies of #EA02D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA02D4

Black with #EA02D4

Text Example


Text Example

White with #EA02D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA02D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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