Html Css Color HEX #EC02EB Magenta

📋 copy color: '#EC02EB'

red 236 ◦ green 2 ◦ blue 235

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

Shades of Magenta #EC02EB

Tints of Magenta #EC02EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.68%

R = 49.89%
G = 0.42%
B = 49.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EC02EB (or 0xEC02EB) is known color: Magenta. HEX triplet: EC, 02 and EB. RGB value is (236,2,235). Sum of RGB (Red+Green+Blue) = 236+2+235=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 2 (1.17% from 255 or 0.42% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC02EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC02EB is #13FD14. Grayscale: #616161. Windows color (decimal): -1309973 or 15401708. OLE color: 15401708.

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

Color convert

RGB 236 2 235 -
CMYK 0 0.99 0.00 0.07
HSL 300.26º 0.98% 0.47% -
HSV(B) 300.26º 0.99% 0.93% -
XYZ 49.61 23.87 80.59 -
YUV 98.53 205.02 226.05 -
System Red Green Blue C M Y K H S L
Decimal 236 2 235 0 0.99 0.00 0.07 300.26 0.98 0.47
Hex EC 2 EB 0 63 0 7 12C 62 2F
Octal 354 2 353 0 143 0 7 454 142 57
Binary 11101100 10 11101011 0 1100011 0 111 100101100 1100010 101111

Color Harmonies of #EC02EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC02EB

Black with #EC02EB

Text Example


Text Example

White with #EC02EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC02EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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