Html Css Color HEX #EE06DB Hot Magenta

📋 copy color: '#EE06DB'

red 238 ◦ green 6 ◦ blue 219

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

Shades of Hot Magenta #EE06DB

Tints of Hot Magenta #EE06DB

RGB

 RED value IS 238 (93.36% from 255) = 51.4%

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

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

R = 51.4%
G = 1.3%
B = 47.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE06DB (or 0xEE06DB) is known color: Hot Magenta. HEX triplet: EE, 06 and DB. RGB value is (238,6,219). Sum of RGB (Red+Green+Blue) = 238+6+219=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 6 (2.73% from 255 or 1.30% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EE06DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE06DB is #11F924. Grayscale: #636363. Windows color (decimal): -1177893 or 14354158. OLE color: 14354158.

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

Color convert

RGB 238 6 219 -
CMYK 0 0.97 0.08 0.07
HSL 304.91º 0.95% 0.48% -
HSV(B) 304.91º 0.97% 0.93% -
XYZ 48.11 23.42 69 -
YUV 99.65 195.36 226.68 -
System Red Green Blue C M Y K H S L
Decimal 238 6 219 0 0.97 0.08 0.07 304.91 0.95 0.48
Hex EE 6 DB 0 61 8 7 131 5F 30
Octal 356 6 333 0 141 10 7 461 137 60
Binary 11101110 110 11011011 0 1100001 1000 111 100110001 1011111 110000

Color Harmonies of #EE06DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE06DB

Black with #EE06DB

Text Example


Text Example

White with #EE06DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE06DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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