Html Css Color HEX #EA06D1 Hot Magenta

📋 copy color: '#EA06D1'

red 234 ◦ green 6 ◦ blue 209

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

Shades of Hot Magenta #EA06D1

Tints of Hot Magenta #EA06D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 46.55%

R = 52.12%
G = 1.34%
B = 46.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EA06D1 (or 0xEA06D1) is known color: Hot Magenta. HEX triplet: EA, 06 and D1. RGB value is (234,6,209). Sum of RGB (Red+Green+Blue) = 234+6+209=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 6 (2.73% from 255 or 1.34% from 449); Blue value is 209 (82.03% from 255 or 46.55% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EA06D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA06D1 is #15F92E. Grayscale: #606060. Windows color (decimal): -1440047 or 13698794. OLE color: 13698794.

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

Color convert

RGB 234 6 209 -
CMYK 0 0.97 0.11 0.08
HSL 306.58º 0.95% 0.47% -
HSV(B) 306.58º 0.97% 0.92% -
XYZ 45.51 22.23 62.21 -
YUV 97.31 191.04 225.49 -
System Red Green Blue C M Y K H S L
Decimal 234 6 209 0 0.97 0.11 0.08 306.58 0.95 0.47
Hex EA 6 D1 0 61 B 8 133 5F 2F
Octal 352 6 321 0 141 13 10 463 137 57
Binary 11101010 110 11010001 0 1100001 1011 1000 100110011 1011111 101111

Color Harmonies of #EA06D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA06D1

Black with #EA06D1

Text Example


Text Example

White with #EA06D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA06D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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