Html Css Color HEX #ED06C8 Hot Magenta

📋 copy color: '#ED06C8'

red 237 ◦ green 6 ◦ blue 200

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

Shades of Hot Magenta #ED06C8

Tints of Hot Magenta #ED06C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.15%

R = 53.5%
G = 1.35%
B = 45.15%

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

#ED06C8 (or 0xED06C8) is known color: Hot Magenta. HEX triplet: ED, 06 and C8. RGB value is (237,6,200). Sum of RGB (Red+Green+Blue) = 237+6+200=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 6 (2.73% from 255 or 1.35% from 443); Blue value is 200 (78.52% from 255 or 45.15% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED06C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED06C8 is #12F937. Grayscale: #606060. Windows color (decimal): -1243448 or 13108973. OLE color: 13108973.

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

Color convert

RGB 237 6 200 -
CMYK 0 0.97 0.16 0.07
HSL 309.61º 0.95% 0.48% -
HSV(B) 309.61º 0.97% 0.93% -
XYZ 45.42 22.3 56.56 -
YUV 97.19 186.03 227.73 -
System Red Green Blue C M Y K H S L
Decimal 237 6 200 0 0.97 0.16 0.07 309.61 0.95 0.48
Hex ED 6 C8 0 61 10 7 136 5F 30
Octal 355 6 310 0 141 20 7 466 137 60
Binary 11101101 110 11001000 0 1100001 10000 111 100110110 1011111 110000

Color Harmonies of #ED06C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED06C8

Black with #ED06C8

Text Example


Text Example

White with #ED06C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED06C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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