Html Css Color HEX #EE05D3 Hot Magenta

📋 copy color: '#EE05D3'

red 238 ◦ green 5 ◦ blue 211

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

Shades of Hot Magenta #EE05D3

Tints of Hot Magenta #EE05D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 46.48%

R = 52.42%
G = 1.1%
B = 46.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EE05D3 (or 0xEE05D3) is known color: Hot Magenta. HEX triplet: EE, 05 and D3. RGB value is (238,5,211). Sum of RGB (Red+Green+Blue) = 238+5+211=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 5 (2.34% from 255 or 1.10% from 454); Blue value is 211 (82.81% from 255 or 46.48% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE05D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE05D3 is #11FA2C. Grayscale: #616161. Windows color (decimal): -1178157 or 13829614. OLE color: 13829614.

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

Color convert

RGB 238 5 211 -
CMYK 0 0.98 0.11 0.07
HSL 306.95º 0.96% 0.48% -
HSV(B) 306.95º 0.98% 0.93% -
XYZ 47.07 22.99 63.58 -
YUV 98.15 191.69 227.75 -
System Red Green Blue C M Y K H S L
Decimal 238 5 211 0 0.98 0.11 0.07 306.95 0.96 0.48
Hex EE 5 D3 0 62 B 7 133 60 30
Octal 356 5 323 0 142 13 7 463 140 60
Binary 11101110 101 11010011 0 1100010 1011 111 100110011 1100000 110000

Color Harmonies of #EE05D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE05D3

Black with #EE05D3

Text Example


Text Example

White with #EE05D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE05D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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