#ED0CCE

Color #ED0CCE Hot Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Magenta #ED0CCE

Tints of Hot Magenta #ED0CCE

Color information

#ED0CCE (or 0xED0CCE) is unknown color: approx Hot Magenta. HEX triplet: ED, 0C and CE. RGB value is (237,12,206). Sum of RGB (Red+Green+Blue) = 237+12+206=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 12 (5.08% from 255 or 2.64% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0CCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0CCE is #12F331. Grayscale: #646464. Windows color (decimal): -1241906 or 13503725. OLE color: 13503725.

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

Color convert

RGB23712206-
CMYK00.950.130.07
HSL308.27º90.36%48.82%-
HSV(B)308.27º94.94%92.94%-
XYZ46.222.7260.34-
YUV101.39187.04224.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.09%
GREEN value IS 12 (5.08% from 255) = 2.64%
BLUE value IS 206 (80.86% from 255) = 45.27%
R=52.09%
G=2.64%
B=45.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371220600.950.130.07308.2790.3648.82
HexEDCCE05FD71345a31
Octal35514316013715746413261
Binary111011011100110011100101111111011111001101001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0CCE; }

 p { color: rgb(237,12,206); }

 H1.HeaderClassName
 {
   color: #ED0CCE;
 }
 .AnyTagClassName
 {
   color: #ED0CCE;
 }
</style>
background-color css

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

 a { background-color: rgb(237,12,206); }

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

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

 span { border-color: rgb(237,12,206); }

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