Html Css Color HEX #EE0BD2 Hot Magenta

📋 copy color: '#EE0BD2'

red 238 ◦ green 11 ◦ blue 210

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

Shades of Hot Magenta #EE0BD2

Tints of Hot Magenta #EE0BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.75%

R = 51.85%
G = 2.4%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EE0BD2 (or 0xEE0BD2) is known color: Hot Magenta. HEX triplet: EE, 0B and D2. RGB value is (238,11,210). Sum of RGB (Red+Green+Blue) = 238+11+210=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 11 (4.69% from 255 or 2.40% from 459); Blue value is 210 (82.42% from 255 or 45.75% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0BD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0BD2 is #11F42D. Grayscale: #646464. Windows color (decimal): -1176622 or 13765614. OLE color: 13765614.

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

Color convert

RGB 238 11 210 -
CMYK 0 0.95 0.12 0.07
HSL 307.4º 0.91% 0.49% -
HSV(B) 307.4º 0.95% 0.93% -
XYZ 47.01 23.07 62.95 -
YUV 101.56 189.21 225.32 -
System Red Green Blue C M Y K H S L
Decimal 238 11 210 0 0.95 0.12 0.07 307.4 0.91 0.49
Hex EE B D2 0 5F C 7 133 5B 31
Octal 356 13 322 0 137 14 7 463 133 61
Binary 11101110 1011 11010010 0 1011111 1100 111 100110011 1011011 110001

Color Harmonies of #EE0BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0BD2

Black with #EE0BD2

Text Example


Text Example

White with #EE0BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0BD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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