Html Css Color HEX #ED07C9 Hot Magenta

📋 copy color: '#ED07C9'

red 237 ◦ green 7 ◦ blue 201

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

Shades of Hot Magenta #ED07C9

Tints of Hot Magenta #ED07C9

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.57%

 BLUE value IS 201 (78.91% from 255) = 45.17%

R = 53.26%
G = 1.57%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#ED07C9 (or 0xED07C9) is known color: Hot Magenta. HEX triplet: ED, 07 and C9. RGB value is (237,7,201). Sum of RGB (Red+Green+Blue) = 237+7+201=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 7 (3.12% from 255 or 1.57% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED07C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED07C9 is #12F836. Grayscale: #616161. Windows color (decimal): -1243191 or 13174765. OLE color: 13174765.

HSL color Cylindrical-coordinate representation of color #ED07C9: hue angle of 309.39º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED07C9 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 7 201 -
CMYK 0 0.97 0.15 0.07
HSL 309.39º 0.94% 0.48% -
HSV(B) 309.39º 0.97% 0.93% -
XYZ 45.54 22.37 57.18 -
YUV 97.89 186.2 227.23 -
System Red Green Blue C M Y K H S L
Decimal 237 7 201 0 0.97 0.15 0.07 309.39 0.94 0.48
Hex ED 7 C9 0 61 F 7 135 5E 30
Octal 355 7 311 0 141 17 7 465 136 60
Binary 11101101 111 11001001 0 1100001 1111 111 100110101 1011110 110000

Color Harmonies of #ED07C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED07C9

Black with #ED07C9

Text Example


Text Example

White with #ED07C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED07C9; }

 p { color: rgb(237,7,201); }

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

background-color css

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

 a { background-color: rgb(237,7,201); }

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

border-color css

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

 span { border-color: rgb(237,7,201); }

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