Html Css Color HEX #EC06E5 Magenta

📋 copy color: '#EC06E5'

red 236 ◦ green 6 ◦ blue 229

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

Shades of Magenta #EC06E5

Tints of Magenta #EC06E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.62%

R = 50.11%
G = 1.27%
B = 48.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EC06E5 (or 0xEC06E5) is known color: Magenta. HEX triplet: EC, 06 and E5. RGB value is (236,6,229). Sum of RGB (Red+Green+Blue) = 236+6+229=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 6 (2.73% from 255 or 1.27% from 471); Blue value is 229 (89.84% from 255 or 48.62% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC06E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC06E5 is #13F91A. Grayscale: #636363. Windows color (decimal): -1308955 or 15009516. OLE color: 15009516.

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

Color convert

RGB 236 6 229 -
CMYK 0 0.97 0.03 0.07
HSL 301.83º 0.95% 0.47% -
HSV(B) 301.83º 0.97% 0.93% -
XYZ 48.8 23.62 76.12 -
YUV 100.19 200.7 224.87 -
System Red Green Blue C M Y K H S L
Decimal 236 6 229 0 0.97 0.03 0.07 301.83 0.95 0.47
Hex EC 6 E5 0 61 3 7 12E 5F 2F
Octal 354 6 345 0 141 3 7 456 137 57
Binary 11101100 110 11100101 0 1100001 11 111 100101110 1011111 101111

Color Harmonies of #EC06E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC06E5

Black with #EC06E5

Text Example


Text Example

White with #EC06E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC06E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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