Html Css Color HEX #EA06DB Hot Magenta

📋 copy color: '#EA06DB'

red 234 ◦ green 6 ◦ blue 219

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

Shades of Hot Magenta #EA06DB

Tints of Hot Magenta #EA06DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.71%

R = 50.98%
G = 1.31%
B = 47.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA06DB (or 0xEA06DB) is known color: Hot Magenta. HEX triplet: EA, 06 and DB. RGB value is (234,6,219). Sum of RGB (Red+Green+Blue) = 234+6+219=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 6 (2.73% from 255 or 1.31% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA06DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA06DB is #15F924. Grayscale: #616161. Windows color (decimal): -1440037 or 14354154. OLE color: 14354154.

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

Color convert

RGB 234 6 219 -
CMYK 0 0.97 0.06 0.08
HSL 303.95º 0.95% 0.47% -
HSV(B) 303.95º 0.97% 0.92% -
XYZ 46.78 22.74 68.94 -
YUV 98.45 196.04 224.68 -
System Red Green Blue C M Y K H S L
Decimal 234 6 219 0 0.97 0.06 0.08 303.95 0.95 0.47
Hex EA 6 DB 0 61 6 8 130 5F 2F
Octal 352 6 333 0 141 6 10 460 137 57
Binary 11101010 110 11011011 0 1100001 110 1000 100110000 1011111 101111

Color Harmonies of #EA06DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA06DB

Black with #EA06DB

Text Example


Text Example

White with #EA06DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA06DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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