Html Css Color HEX #ED0BCF Hot Magenta

📋 copy color: '#ED0BCF'

red 237 ◦ green 11 ◦ blue 207

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

Shades of Hot Magenta #ED0BCF

Tints of Hot Magenta #ED0BCF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.42%

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

R = 52.09%
G = 2.42%
B = 45.49%

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

#ED0BCF (or 0xED0BCF) is known color: Hot Magenta. HEX triplet: ED, 0B and CF. RGB value is (237,11,207). Sum of RGB (Red+Green+Blue) = 237+11+207=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 11 (4.69% from 255 or 2.42% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0BCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0BCF is #12F430. Grayscale: #646464. Windows color (decimal): -1242161 or 13569005. OLE color: 13569005.

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

Color convert

RGB 237 11 207 -
CMYK 0 0.95 0.13 0.07
HSL 307.96º 0.91% 0.49% -
HSV(B) 307.96º 0.95% 0.93% -
XYZ 46.31 22.75 60.98 -
YUV 100.92 187.87 225.06 -
System Red Green Blue C M Y K H S L
Decimal 237 11 207 0 0.95 0.13 0.07 307.96 0.91 0.49
Hex ED B CF 0 5F D 7 134 5B 31
Octal 355 13 317 0 137 15 7 464 133 61
Binary 11101101 1011 11001111 0 1011111 1101 111 100110100 1011011 110001

Color Harmonies of #ED0BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0BCF

Black with #ED0BCF

Text Example


Text Example

White with #ED0BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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