Html Css Color HEX #EE0BDD Hot Magenta

📋 copy color: '#EE0BDD'

red 238 ◦ green 11 ◦ blue 221

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

Shades of Hot Magenta #EE0BDD

Tints of Hot Magenta #EE0BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.02%

R = 50.64%
G = 2.34%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE0BDD (or 0xEE0BDD) is known color: Hot Magenta. HEX triplet: EE, 0B and DD. RGB value is (238,11,221). Sum of RGB (Red+Green+Blue) = 238+11+221=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 11 (4.69% from 255 or 2.34% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0BDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0BDD is #11F422. Grayscale: #666666. Windows color (decimal): -1176611 or 14486510. OLE color: 14486510.

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

Color convert

RGB 238 11 221 -
CMYK 0 0.95 0.07 0.07
HSL 304.49º 0.91% 0.49% -
HSV(B) 304.49º 0.95% 0.93% -
XYZ 48.43 23.64 70.42 -
YUV 102.81 194.71 224.42 -
System Red Green Blue C M Y K H S L
Decimal 238 11 221 0 0.95 0.07 0.07 304.49 0.91 0.49
Hex EE B DD 0 5F 7 7 130 5B 31
Octal 356 13 335 0 137 7 7 460 133 61
Binary 11101110 1011 11011101 0 1011111 111 111 100110000 1011011 110001

Color Harmonies of #EE0BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0BDD

Black with #EE0BDD

Text Example


Text Example

White with #EE0BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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