Html Css Color HEX #ED09CC Hot Magenta

📋 copy color: '#ED09CC'

red 237 ◦ green 9 ◦ blue 204

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

Shades of Hot Magenta #ED09CC

Tints of Hot Magenta #ED09CC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2%

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

R = 52.67%
G = 2%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED09CC (or 0xED09CC) is known color: Hot Magenta. HEX triplet: ED, 09 and CC. RGB value is (237,9,204). Sum of RGB (Red+Green+Blue) = 237+9+204=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 9 (3.91% from 255 or 2% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #ED09CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED09CC is #12F633. Grayscale: #626262. Windows color (decimal): -1242676 or 13371885. OLE color: 13371885.

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

Color convert

RGB 237 9 204 -
CMYK 0 0.96 0.14 0.07
HSL 308.68º 0.93% 0.48% -
HSV(B) 308.68º 0.96% 0.93% -
XYZ 45.92 22.56 59.06 -
YUV 99.4 187.04 226.14 -
System Red Green Blue C M Y K H S L
Decimal 237 9 204 0 0.96 0.14 0.07 308.68 0.93 0.48
Hex ED 9 CC 0 60 E 7 135 5D 30
Octal 355 11 314 0 140 16 7 465 135 60
Binary 11101101 1001 11001100 0 1100000 1110 111 100110101 1011101 110000

Color Harmonies of #ED09CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED09CC

Black with #ED09CC

Text Example


Text Example

White with #ED09CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED09CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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