Html Css Color HEX #EA06D4 Hot Magenta

📋 copy color: '#EA06D4'

red 234 ◦ green 6 ◦ blue 212

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

Shades of Hot Magenta #EA06D4

Tints of Hot Magenta #EA06D4

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.33%

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

R = 51.77%
G = 1.33%
B = 46.9%

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

#EA06D4 (or 0xEA06D4) is known color: Hot Magenta. HEX triplet: EA, 06 and D4. RGB value is (234,6,212). Sum of RGB (Red+Green+Blue) = 234+6+212=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 6 (2.73% from 255 or 1.33% from 452); Blue value is 212 (83.20% from 255 or 46.90% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA06D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA06D4 is #15F92B. Grayscale: #616161. Windows color (decimal): -1440044 or 13895402. OLE color: 13895402.

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

Color convert

RGB 234 6 212 -
CMYK 0 0.97 0.09 0.08
HSL 305.79º 0.95% 0.47% -
HSV(B) 305.79º 0.97% 0.92% -
XYZ 45.88 22.38 64.19 -
YUV 97.66 192.54 225.25 -
System Red Green Blue C M Y K H S L
Decimal 234 6 212 0 0.97 0.09 0.08 305.79 0.95 0.47
Hex EA 6 D4 0 61 9 8 132 5F 2F
Octal 352 6 324 0 141 11 10 462 137 57
Binary 11101010 110 11010100 0 1100001 1001 1000 100110010 1011111 101111

Color Harmonies of #EA06D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA06D4

Black with #EA06D4

Text Example


Text Example

White with #EA06D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA06D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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