Html Css Color HEX #ED07CC Hot Magenta

📋 copy color: '#ED07CC'

red 237 ◦ green 7 ◦ blue 204

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

Shades of Hot Magenta #ED07CC

Tints of Hot Magenta #ED07CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.54%

R = 52.9%
G = 1.56%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED07CC (or 0xED07CC) is known color: Hot Magenta. HEX triplet: ED, 07 and CC. RGB value is (237,7,204). Sum of RGB (Red+Green+Blue) = 237+7+204=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 7 (3.12% from 255 or 1.56% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED07CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED07CC is #12F833. Grayscale: #616161. Windows color (decimal): -1243188 or 13371373. OLE color: 13371373.

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

Color convert

RGB 237 7 204 -
CMYK 0 0.97 0.14 0.07
HSL 308.61º 0.94% 0.48% -
HSV(B) 308.61º 0.97% 0.93% -
XYZ 45.9 22.52 59.05 -
YUV 98.23 187.7 226.98 -
System Red Green Blue C M Y K H S L
Decimal 237 7 204 0 0.97 0.14 0.07 308.61 0.94 0.48
Hex ED 7 CC 0 61 E 7 135 5E 30
Octal 355 7 314 0 141 16 7 465 136 60
Binary 11101101 111 11001100 0 1100001 1110 111 100110101 1011110 110000

Color Harmonies of #ED07CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED07CC

Black with #ED07CC

Text Example


Text Example

White with #ED07CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED07CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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