Html Css Color HEX #EC08E7 Magenta

📋 copy color: '#EC08E7'

red 236 ◦ green 8 ◦ blue 231

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

Shades of Magenta #EC08E7

Tints of Magenta #EC08E7

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.68%

 BLUE value IS 231 (90.63% from 255) = 48.63%

R = 49.68%
G = 1.68%
B = 48.63%

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

#EC08E7 (or 0xEC08E7) is known color: Magenta. HEX triplet: EC, 08 and E7. RGB value is (236,8,231). Sum of RGB (Red+Green+Blue) = 236+8+231=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 8 (3.52% from 255 or 1.68% from 475); Blue value is 231 (90.62% from 255 or 48.63% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC08E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC08E7 is #13F718. Grayscale: #646464. Windows color (decimal): -1308441 or 15141100. OLE color: 15141100.

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

Color convert

RGB 236 8 231 -
CMYK 0 0.97 0.02 0.07
HSL 301.32º 0.93% 0.48% -
HSV(B) 301.32º 0.97% 0.93% -
XYZ 49.1 23.78 77.6 -
YUV 101.59 201.04 223.87 -
System Red Green Blue C M Y K H S L
Decimal 236 8 231 0 0.97 0.02 0.07 301.32 0.93 0.48
Hex EC 8 E7 0 61 2 7 12D 5D 30
Octal 354 10 347 0 141 2 7 455 135 60
Binary 11101100 1000 11100111 0 1100001 10 111 100101101 1011101 110000

Color Harmonies of #EC08E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC08E7

Black with #EC08E7

Text Example


Text Example

White with #EC08E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC08E7; }

 p { color: rgb(236,8,231); }

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

background-color css

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

 a { background-color: rgb(236,8,231); }

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

border-color css

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

 span { border-color: rgb(236,8,231); }

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