Html Css Color HEX #ED0DCF Hot Magenta

📋 copy color: '#ED0DCF'

red 237 ◦ green 13 ◦ blue 207

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

Shades of Hot Magenta #ED0DCF

Tints of Hot Magenta #ED0DCF

RGB

 RED value IS 237 (92.97% from 255) = 51.86%

 GREEN value IS 13 (5.47% from 255) = 2.84%

 BLUE value IS 207 (81.25% from 255) = 45.3%

R = 51.86%
G = 2.84%
B = 45.3%

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

#ED0DCF (or 0xED0DCF) is known color: Hot Magenta. HEX triplet: ED, 0D and CF. RGB value is (237,13,207). Sum of RGB (Red+Green+Blue) = 237+13+207=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 13 (5.47% from 255 or 2.84% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0DCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0DCF is #12F230. Grayscale: #656565. Windows color (decimal): -1241649 or 13569517. OLE color: 13569517.

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

Color convert

RGB 237 13 207 -
CMYK 0 0.95 0.13 0.07
HSL 308.04º 0.9% 0.49% -
HSV(B) 308.04º 0.95% 0.93% -
XYZ 46.33 22.8 60.99 -
YUV 102.09 187.21 224.23 -
System Red Green Blue C M Y K H S L
Decimal 237 13 207 0 0.95 0.13 0.07 308.04 0.9 0.49
Hex ED D CF 0 5F D 7 134 5A 31
Octal 355 15 317 0 137 15 7 464 132 61
Binary 11101101 1101 11001111 0 1011111 1101 111 100110100 1011010 110001

Color Harmonies of #ED0DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0DCF

Black with #ED0DCF

Text Example


Text Example

White with #ED0DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0DCF; }

 p { color: rgb(237,13,207); }

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

background-color css

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

 a { background-color: rgb(237,13,207); }

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

border-color css

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

 span { border-color: rgb(237,13,207); }

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