Html Css Color HEX #ED06C7 Hot Magenta

📋 copy color: '#ED06C7'

red 237 ◦ green 6 ◦ blue 199

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

Shades of Hot Magenta #ED06C7

Tints of Hot Magenta #ED06C7

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.36%

 BLUE value IS 199 (78.13% from 255) = 45.02%

R = 53.62%
G = 1.36%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#ED06C7 (or 0xED06C7) is known color: Hot Magenta. HEX triplet: ED, 06 and C7. RGB value is (237,6,199). Sum of RGB (Red+Green+Blue) = 237+6+199=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 6 (2.73% from 255 or 1.36% from 442); Blue value is 199 (78.12% from 255 or 45.02% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #ED06C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED06C7 is #12F938. Grayscale: #606060. Windows color (decimal): -1243449 or 13043437. OLE color: 13043437.

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

Color convert

RGB 237 6 199 -
CMYK 0 0.97 0.16 0.07
HSL 309.87º 0.95% 0.48% -
HSV(B) 309.87º 0.97% 0.93% -
XYZ 45.3 22.26 55.94 -
YUV 97.07 185.53 227.81 -
System Red Green Blue C M Y K H S L
Decimal 237 6 199 0 0.97 0.16 0.07 309.87 0.95 0.48
Hex ED 6 C7 0 61 10 7 136 5F 30
Octal 355 6 307 0 141 20 7 466 137 60
Binary 11101101 110 11000111 0 1100001 10000 111 100110110 1011111 110000

Color Harmonies of #ED06C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED06C7

Black with #ED06C7

Text Example


Text Example

White with #ED06C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED06C7; }

 p { color: rgb(237,6,199); }

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

background-color css

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

 a { background-color: rgb(237,6,199); }

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

border-color css

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

 span { border-color: rgb(237,6,199); }

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