Html Css Color HEX #EA06CE Hot Magenta

📋 copy color: '#EA06CE'

red 234 ◦ green 6 ◦ blue 206

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

Shades of Hot Magenta #EA06CE

Tints of Hot Magenta #EA06CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 52.47%
G = 1.35%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EA06CE (or 0xEA06CE) is known color: Hot Magenta. HEX triplet: EA, 06 and CE. RGB value is (234,6,206). Sum of RGB (Red+Green+Blue) = 234+6+206=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 6 (2.73% from 255 or 1.35% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EA06CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA06CE is #15F931. Grayscale: #606060. Windows color (decimal): -1440050 or 13502186. OLE color: 13502186.

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

Color convert

RGB 234 6 206 -
CMYK 0 0.97 0.12 0.08
HSL 307.37º 0.95% 0.47% -
HSV(B) 307.37º 0.97% 0.92% -
XYZ 45.14 22.08 60.28 -
YUV 96.97 189.54 225.74 -
System Red Green Blue C M Y K H S L
Decimal 234 6 206 0 0.97 0.12 0.08 307.37 0.95 0.47
Hex EA 6 CE 0 61 C 8 133 5F 2F
Octal 352 6 316 0 141 14 10 463 137 57
Binary 11101010 110 11001110 0 1100001 1100 1000 100110011 1011111 101111

Color Harmonies of #EA06CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA06CE

Black with #EA06CE

Text Example


Text Example

White with #EA06CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA06CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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