Html Css Color HEX #ED0CCE Hot Magenta

📋 copy color: '#ED0CCE'

red 237 ◦ green 12 ◦ blue 206

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

Shades of Hot Magenta #ED0CCE

Tints of Hot Magenta #ED0CCE

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 value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED0CCE (or 0xED0CCE) is known color: 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

RGB 237 12 206 -
CMYK 0 0.95 0.13 0.07
HSL 308.27º 0.9% 0.49% -
HSV(B) 308.27º 0.95% 0.93% -
XYZ 46.2 22.72 60.34 -
YUV 101.39 187.04 224.73 -
System Red Green Blue C M Y K H S L
Decimal 237 12 206 0 0.95 0.13 0.07 308.27 0.9 0.49
Hex ED C CE 0 5F D 7 134 5A 31
Octal 355 14 316 0 137 15 7 464 132 61
Binary 11101101 1100 11001110 0 1011111 1101 111 100110100 1011010 110001

Color Harmonies of #ED0CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0CCE

Black with #ED0CCE

Text Example


Text Example

White with #ED0CCE

Text Example


Text Example

HTML Codes & Css Web 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>