Html Css Color HEX #ED04CF Hot Magenta

📋 copy color: '#ED04CF'

red 237 ◦ green 4 ◦ blue 207

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

Shades of Hot Magenta #ED04CF

Tints of Hot Magenta #ED04CF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.89%

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

R = 52.9%
G = 0.89%
B = 46.21%

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

#ED04CF (or 0xED04CF) is known color: Hot Magenta. HEX triplet: ED, 04 and CF. RGB value is (237,4,207). Sum of RGB (Red+Green+Blue) = 237+4+207=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 4 (1.95% from 255 or 0.89% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED04CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED04CF is #12FB30. Grayscale: #606060. Windows color (decimal): -1243953 or 13567213. OLE color: 13567213.

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

Color convert

RGB 237 4 207 -
CMYK 0 0.98 0.13 0.07
HSL 307.73º 0.97% 0.47% -
HSV(B) 307.73º 0.98% 0.93% -
XYZ 46.23 22.6 60.96 -
YUV 96.81 190.19 227.99 -
System Red Green Blue C M Y K H S L
Decimal 237 4 207 0 0.98 0.13 0.07 307.73 0.97 0.47
Hex ED 4 CF 0 62 D 7 134 61 2F
Octal 355 4 317 0 142 15 7 464 141 57
Binary 11101101 100 11001111 0 1100010 1101 111 100110100 1100001 101111

Color Harmonies of #ED04CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED04CF

Black with #ED04CF

Text Example


Text Example

White with #ED04CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED04CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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