Html Css Color HEX #EE08CA Hot Magenta

📋 copy color: '#EE08CA'

red 238 ◦ green 8 ◦ blue 202

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

Shades of Hot Magenta #EE08CA

Tints of Hot Magenta #EE08CA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.79%

 BLUE value IS 202 (79.3% from 255) = 45.09%

R = 53.13%
G = 1.79%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EE08CA (or 0xEE08CA) is known color: Hot Magenta. HEX triplet: EE, 08 and CA. RGB value is (238,8,202). Sum of RGB (Red+Green+Blue) = 238+8+202=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 8 (3.52% from 255 or 1.79% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EE08CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE08CA is #11F735. Grayscale: #626262. Windows color (decimal): -1177398 or 13240558. OLE color: 13240558.

HSL color Cylindrical-coordinate representation of color #EE08CA: hue angle of 309.39º degrees, saturation: 0.93, 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 #EE08CA is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 8 202 -
CMYK 0 0.97 0.15 0.07
HSL 309.39º 0.93% 0.48% -
HSV(B) 309.39º 0.97% 0.93% -
XYZ 46.01 22.62 57.82 -
YUV 98.89 186.2 227.23 -
System Red Green Blue C M Y K H S L
Decimal 238 8 202 0 0.97 0.15 0.07 309.39 0.93 0.48
Hex EE 8 CA 0 61 F 7 135 5D 30
Octal 356 10 312 0 141 17 7 465 135 60
Binary 11101110 1000 11001010 0 1100001 1111 111 100110101 1011101 110000

Color Harmonies of #EE08CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE08CA

Black with #EE08CA

Text Example


Text Example

White with #EE08CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE08CA; }

 p { color: rgb(238,8,202); }

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

background-color css

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

 a { background-color: rgb(238,8,202); }

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

border-color css

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

 span { border-color: rgb(238,8,202); }

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