Html Css Color HEX #EE0CCD Hot Magenta

📋 copy color: '#EE0CCD'

red 238 ◦ green 12 ◦ blue 205

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

Shades of Hot Magenta #EE0CCD

Tints of Hot Magenta #EE0CCD

RGB

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

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

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

R = 52.31%
G = 2.64%
B = 45.05%

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

#EE0CCD (or 0xEE0CCD) is known color: Hot Magenta. HEX triplet: EE, 0C and CD. RGB value is (238,12,205). Sum of RGB (Red+Green+Blue) = 238+12+205=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 12 (5.08% from 255 or 2.64% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0CCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0CCD is #11F332. Grayscale: #656565. Windows color (decimal): -1176371 or 13438190. OLE color: 13438190.

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

Color convert

RGB 238 12 205 -
CMYK 0 0.95 0.14 0.07
HSL 308.76º 0.9% 0.49% -
HSV(B) 308.76º 0.95% 0.93% -
XYZ 46.41 22.85 59.72 -
YUV 101.58 186.37 225.31 -
System Red Green Blue C M Y K H S L
Decimal 238 12 205 0 0.95 0.14 0.07 308.76 0.9 0.49
Hex EE C CD 0 5F E 7 135 5A 31
Octal 356 14 315 0 137 16 7 465 132 61
Binary 11101110 1100 11001101 0 1011111 1110 111 100110101 1011010 110001

Color Harmonies of #EE0CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0CCD

Black with #EE0CCD

Text Example


Text Example

White with #EE0CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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