Html Css Color HEX #EC06E9 Magenta

📋 copy color: '#EC06E9'

red 236 ◦ green 6 ◦ blue 233

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

Shades of Magenta #EC06E9

Tints of Magenta #EC06E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 49.05%

R = 49.68%
G = 1.26%
B = 49.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EC06E9 (or 0xEC06E9) is known color: Magenta. HEX triplet: EC, 06 and E9. RGB value is (236,6,233). Sum of RGB (Red+Green+Blue) = 236+6+233=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 6 (2.73% from 255 or 1.26% from 475); Blue value is 233 (91.41% from 255 or 49.05% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC06E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC06E9 is #13F916. Grayscale: #636363. Windows color (decimal): -1308951 or 15271660. OLE color: 15271660.

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

Color convert

RGB 236 6 233 -
CMYK 0 0.97 0.01 0.07
HSL 300.78º 0.95% 0.47% -
HSV(B) 300.78º 0.97% 0.93% -
XYZ 49.37 23.85 79.09 -
YUV 100.65 202.7 224.54 -
System Red Green Blue C M Y K H S L
Decimal 236 6 233 0 0.97 0.01 0.07 300.78 0.95 0.47
Hex EC 6 E9 0 61 1 7 12D 5F 2F
Octal 354 6 351 0 141 1 7 455 137 57
Binary 11101100 110 11101001 0 1100001 1 111 100101101 1011111 101111

Color Harmonies of #EC06E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC06E9

Black with #EC06E9

Text Example


Text Example

White with #EC06E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC06E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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