Html Css Color HEX #ED09CB Hot Magenta

📋 copy color: '#ED09CB'

red 237 ◦ green 9 ◦ blue 203

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

Shades of Hot Magenta #ED09CB

Tints of Hot Magenta #ED09CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.21%

R = 52.78%
G = 2%
B = 45.21%

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

#ED09CB (or 0xED09CB) is known color: Hot Magenta. HEX triplet: ED, 09 and CB. RGB value is (237,9,203). Sum of RGB (Red+Green+Blue) = 237+9+203=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 9 (3.91% from 255 or 2.00% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED09CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED09CB is #12F634. Grayscale: #626262. Windows color (decimal): -1242677 or 13306349. OLE color: 13306349.

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

Color convert

RGB 237 9 203 -
CMYK 0 0.96 0.14 0.07
HSL 308.95º 0.93% 0.48% -
HSV(B) 308.95º 0.96% 0.93% -
XYZ 45.8 22.51 58.43 -
YUV 99.29 186.54 226.23 -
System Red Green Blue C M Y K H S L
Decimal 237 9 203 0 0.96 0.14 0.07 308.95 0.93 0.48
Hex ED 9 CB 0 60 E 7 135 5D 30
Octal 355 11 313 0 140 16 7 465 135 60
Binary 11101101 1001 11001011 0 1100000 1110 111 100110101 1011101 110000

Color Harmonies of #ED09CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED09CB

Black with #ED09CB

Text Example


Text Example

White with #ED09CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED09CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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