Html Css Color HEX #ED05CF Hot Magenta

📋 copy color: '#ED05CF'

red 237 ◦ green 5 ◦ blue 207

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

Shades of Hot Magenta #ED05CF

Tints of Hot Magenta #ED05CF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.11%

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

R = 52.78%
G = 1.11%
B = 46.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED05CF (or 0xED05CF) is known color: Hot Magenta. HEX triplet: ED, 05 and CF. RGB value is (237,5,207). Sum of RGB (Red+Green+Blue) = 237+5+207=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 5 (2.34% from 255 or 1.11% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED05CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED05CF is #12FA30. Grayscale: #606060. Windows color (decimal): -1243697 or 13567469. OLE color: 13567469.

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

Color convert

RGB 237 5 207 -
CMYK 0 0.98 0.13 0.07
HSL 307.76º 0.96% 0.47% -
HSV(B) 307.76º 0.98% 0.93% -
XYZ 46.24 22.62 60.96 -
YUV 97.4 189.86 227.57 -
System Red Green Blue C M Y K H S L
Decimal 237 5 207 0 0.98 0.13 0.07 307.76 0.96 0.47
Hex ED 5 CF 0 62 D 7 134 60 2F
Octal 355 5 317 0 142 15 7 464 140 57
Binary 11101101 101 11001111 0 1100010 1101 111 100110100 1100000 101111

Color Harmonies of #ED05CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED05CF

Black with #ED05CF

Text Example


Text Example

White with #ED05CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED05CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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