Html Css Color HEX #EC06E8 Magenta

📋 copy color: '#EC06E8'

red 236 ◦ green 6 ◦ blue 232

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

Shades of Magenta #EC06E8

Tints of Magenta #EC06E8

RGB

 RED value IS 236 (92.58% from 255) = 49.79%

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

 BLUE value IS 232 (91.02% from 255) = 48.95%

R = 49.79%
G = 1.27%
B = 48.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EC06E8 (or 0xEC06E8) is known color: Magenta. HEX triplet: EC, 06 and E8. RGB value is (236,6,232). Sum of RGB (Red+Green+Blue) = 236+6+232=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 6 (2.73% from 255 or 1.27% from 474); Blue value is 232 (91.02% from 255 or 48.95% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC06E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC06E8 is #13F917. Grayscale: #636363. Windows color (decimal): -1308952 or 15206124. OLE color: 15206124.

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

Color convert

RGB 236 6 232 -
CMYK 0 0.97 0.02 0.07
HSL 301.04º 0.95% 0.47% -
HSV(B) 301.04º 0.97% 0.93% -
XYZ 49.22 23.79 78.34 -
YUV 100.53 202.2 224.62 -
System Red Green Blue C M Y K H S L
Decimal 236 6 232 0 0.97 0.02 0.07 301.04 0.95 0.47
Hex EC 6 E8 0 61 2 7 12D 5F 2F
Octal 354 6 350 0 141 2 7 455 137 57
Binary 11101100 110 11101000 0 1100001 10 111 100101101 1011111 101111

Color Harmonies of #EC06E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC06E8

Black with #EC06E8

Text Example


Text Example

White with #EC06E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC06E8; }

 p { color: rgb(236,6,232); }

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

background-color css

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

 a { background-color: rgb(236,6,232); }

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

border-color css

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

 span { border-color: rgb(236,6,232); }

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