Html Css Color HEX #EE05DA Hot Magenta

📋 copy color: '#EE05DA'

red 238 ◦ green 5 ◦ blue 218

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

Shades of Hot Magenta #EE05DA

Tints of Hot Magenta #EE05DA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.08%

 BLUE value IS 218 (85.55% from 255) = 47.29%

R = 51.63%
G = 1.08%
B = 47.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE05DA (or 0xEE05DA) is known color: Hot Magenta. HEX triplet: EE, 05 and DA. RGB value is (238,5,218). Sum of RGB (Red+Green+Blue) = 238+5+218=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 5 (2.34% from 255 or 1.08% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE05DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE05DA is #11FA25. Grayscale: #626262. Windows color (decimal): -1178150 or 14288366. OLE color: 14288366.

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

Color convert

RGB 238 5 218 -
CMYK 0 0.98 0.08 0.07
HSL 305.15º 0.96% 0.48% -
HSV(B) 305.15º 0.98% 0.93% -
XYZ 47.97 23.35 68.31 -
YUV 98.95 195.19 227.18 -
System Red Green Blue C M Y K H S L
Decimal 238 5 218 0 0.98 0.08 0.07 305.15 0.96 0.48
Hex EE 5 DA 0 62 8 7 131 60 30
Octal 356 5 332 0 142 10 7 461 140 60
Binary 11101110 101 11011010 0 1100010 1000 111 100110001 1100000 110000

Color Harmonies of #EE05DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE05DA

Black with #EE05DA

Text Example


Text Example

White with #EE05DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE05DA; }

 p { color: rgb(238,5,218); }

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

background-color css

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

 a { background-color: rgb(238,5,218); }

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

border-color css

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

 span { border-color: rgb(238,5,218); }

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