Html Css Color HEX #EA08D4 Hot Magenta

📋 copy color: '#EA08D4'

red 234 ◦ green 8 ◦ blue 212

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

Shades of Hot Magenta #EA08D4

Tints of Hot Magenta #EA08D4

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.76%

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

R = 51.54%
G = 1.76%
B = 46.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EA08D4 (or 0xEA08D4) is known color: Hot Magenta. HEX triplet: EA, 08 and D4. RGB value is (234,8,212). Sum of RGB (Red+Green+Blue) = 234+8+212=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 8 (3.52% from 255 or 1.76% from 454); Blue value is 212 (83.20% from 255 or 46.70% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EA08D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA08D4 is #15F72B. Grayscale: #626262. Windows color (decimal): -1439532 or 13895914. OLE color: 13895914.

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

Color convert

RGB 234 8 212 -
CMYK 0 0.97 0.09 0.08
HSL 305.84º 0.93% 0.47% -
HSV(B) 305.84º 0.97% 0.92% -
XYZ 45.9 22.42 64.2 -
YUV 98.83 191.87 224.41 -
System Red Green Blue C M Y K H S L
Decimal 234 8 212 0 0.97 0.09 0.08 305.84 0.93 0.47
Hex EA 8 D4 0 61 9 8 132 5D 2F
Octal 352 10 324 0 141 11 10 462 135 57
Binary 11101010 1000 11010100 0 1100001 1001 1000 100110010 1011101 101111

Color Harmonies of #EA08D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA08D4

Black with #EA08D4

Text Example


Text Example

White with #EA08D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA08D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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