Html Css Color HEX #EC02E7 Magenta

📋 copy color: '#EC02E7'

red 236 ◦ green 2 ◦ blue 231

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

Shades of Magenta #EC02E7

Tints of Magenta #EC02E7

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.43%

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

R = 50.32%
G = 0.43%
B = 49.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EC02E7 (or 0xEC02E7) is known color: Magenta. HEX triplet: EC, 02 and E7. RGB value is (236,2,231). Sum of RGB (Red+Green+Blue) = 236+2+231=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 2 (1.17% from 255 or 0.43% from 469); Blue value is 231 (90.62% from 255 or 49.25% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC02E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC02E7 is #13FD18. Grayscale: #616161. Windows color (decimal): -1309977 or 15139564. OLE color: 15139564.

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

Color convert

RGB 236 2 231 -
CMYK 0 0.99 0.02 0.07
HSL 301.28º 0.98% 0.47% -
HSV(B) 301.28º 0.99% 0.93% -
XYZ 49.04 23.65 77.58 -
YUV 98.07 203.02 226.38 -
System Red Green Blue C M Y K H S L
Decimal 236 2 231 0 0.99 0.02 0.07 301.28 0.98 0.47
Hex EC 2 E7 0 63 2 7 12D 62 2F
Octal 354 2 347 0 143 2 7 455 142 57
Binary 11101100 10 11100111 0 1100011 10 111 100101101 1100010 101111

Color Harmonies of #EC02E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC02E7

Black with #EC02E7

Text Example


Text Example

White with #EC02E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC02E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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