Html Css Color HEX #EE0BCD Hot Magenta

📋 copy color: '#EE0BCD'

red 238 ◦ green 11 ◦ blue 205

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

Shades of Hot Magenta #EE0BCD

Tints of Hot Magenta #EE0BCD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.42%

 BLUE value IS 205 (80.47% from 255) = 45.15%

R = 52.42%
G = 2.42%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EE0BCD (or 0xEE0BCD) is known color: Hot Magenta. HEX triplet: EE, 0B and CD. RGB value is (238,11,205). Sum of RGB (Red+Green+Blue) = 238+11+205=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 11 (4.69% from 255 or 2.42% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0BCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0BCD is #11F432. Grayscale: #646464. Windows color (decimal): -1176627 or 13437934. OLE color: 13437934.

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

Color convert

RGB 238 11 205 -
CMYK 0 0.95 0.14 0.07
HSL 308.72º 0.91% 0.49% -
HSV(B) 308.72º 0.95% 0.93% -
XYZ 46.4 22.82 59.72 -
YUV 100.99 186.71 225.73 -
System Red Green Blue C M Y K H S L
Decimal 238 11 205 0 0.95 0.14 0.07 308.72 0.91 0.49
Hex EE B CD 0 5F E 7 135 5B 31
Octal 356 13 315 0 137 16 7 465 133 61
Binary 11101110 1011 11001101 0 1011111 1110 111 100110101 1011011 110001

Color Harmonies of #EE0BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0BCD

Black with #EE0BCD

Text Example


Text Example

White with #EE0BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0BCD; }

 p { color: rgb(238,11,205); }

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

background-color css

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

 a { background-color: rgb(238,11,205); }

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

border-color css

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

 span { border-color: rgb(238,11,205); }

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