Html Css Color HEX #EE0CDC Hot Magenta

📋 copy color: '#EE0CDC'

red 238 ◦ green 12 ◦ blue 220

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

Shades of Hot Magenta #EE0CDC

Tints of Hot Magenta #EE0CDC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.55%

 BLUE value IS 220 (86.33% from 255) = 46.81%

R = 50.64%
G = 2.55%
B = 46.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE0CDC (or 0xEE0CDC) is known color: Hot Magenta. HEX triplet: EE, 0C and DC. RGB value is (238,12,220). Sum of RGB (Red+Green+Blue) = 238+12+220=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 12 (5.08% from 255 or 2.55% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0CDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0CDC is #11F323. Grayscale: #666666. Windows color (decimal): -1176356 or 14421230. OLE color: 14421230.

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

Color convert

RGB 238 12 220 -
CMYK 0 0.95 0.08 0.07
HSL 304.78º 0.9% 0.49% -
HSV(B) 304.78º 0.95% 0.93% -
XYZ 48.31 23.61 69.72 -
YUV 103.29 193.87 224.09 -
System Red Green Blue C M Y K H S L
Decimal 238 12 220 0 0.95 0.08 0.07 304.78 0.9 0.49
Hex EE C DC 0 5F 8 7 131 5A 31
Octal 356 14 334 0 137 10 7 461 132 61
Binary 11101110 1100 11011100 0 1011111 1000 111 100110001 1011010 110001

Color Harmonies of #EE0CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0CDC

Black with #EE0CDC

Text Example


Text Example

White with #EE0CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0CDC; }

 p { color: rgb(238,12,220); }

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

background-color css

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

 a { background-color: rgb(238,12,220); }

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

border-color css

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

 span { border-color: rgb(238,12,220); }

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