Html Css Color HEX #EE00CB Hot Magenta

📋 copy color: '#EE00CB'

red 238 ◦ green 0 ◦ blue 203

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

Shades of Hot Magenta #EE00CB

Tints of Hot Magenta #EE00CB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 203 (79.69% from 255) = 46.03%

R = 53.97%
G = 0%
B = 46.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EE00CB (or 0xEE00CB) is known color: Hot Magenta. HEX triplet: EE, 00 and CB. RGB value is (238,0,203). Sum of RGB (Red+Green+Blue) = 238+0+203=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 0 (0.39% from 255 or 0% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EE00CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE00CB is #11FF34. Grayscale: #5D5D5D. Windows color (decimal): -1179445 or 13304046. OLE color: 13304046.

HSL color Cylindrical-coordinate representation of color #EE00CB: hue angle of 308.82º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE00CB is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 0 203 -
CMYK 0 1 0.15 0.07
HSL 308.82º 1% 0.47% -
HSV(B) 308.82º 1% 0.93% -
XYZ 46.04 22.49 58.41 -
YUV 94.3 189.35 230.49 -
System Red Green Blue C M Y K H S L
Decimal 238 0 203 0 1 0.15 0.07 308.82 1 0.47
Hex EE 0 CB 0 64 F 7 135 64 2F
Octal 356 0 313 0 144 17 7 465 144 57
Binary 11101110 0 11001011 0 1100100 1111 111 100110101 1100100 101111

Color Harmonies of #EE00CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE00CB

Black with #EE00CB

Text Example


Text Example

White with #EE00CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE00CB; }

 p { color: rgb(238,0,203); }

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

background-color css

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

 a { background-color: rgb(238,0,203); }

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

border-color css

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

 span { border-color: rgb(238,0,203); }

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