Html Css Color HEX #EC76E1 Violet

📋 copy color: '#EC76E1'

red 236 ◦ green 118 ◦ blue 225

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

Shades of Violet #EC76E1

Tints of Violet #EC76E1

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.38%

 BLUE value IS 225 (88.28% from 255) = 38.86%

R = 40.76%
G = 20.38%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EC76E1 (or 0xEC76E1) is known color: Violet. HEX triplet: EC, 76 and E1. RGB value is (236,118,225). Sum of RGB (Red+Green+Blue) = 236+118+225=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 118 (46.48% from 255 or 20.38% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76E1 is #13891E. Grayscale: #A5A5A5. Windows color (decimal): -1280287 or 14776044. OLE color: 14776044.

HSL color Cylindrical-coordinate representation of color #EC76E1: hue angle of 305.59º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC76E1 is Cyan = 0, Magento = 0.5, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 118 225 -
CMYK 0 0.5 0.05 0.07
HSL 305.59º 0.76% 0.69% -
HSV(B) 305.59º 0.5% 0.93% -
XYZ 54.66 36.23 75.35 -
YUV 165.48 161.59 178.3 -
System Red Green Blue C M Y K H S L
Decimal 236 118 225 0 0.5 0.05 0.07 305.59 0.76 0.69
Hex EC 76 E1 0 32 5 7 132 4C 45
Octal 354 166 341 0 62 5 7 462 114 105
Binary 11101100 1110110 11100001 0 110010 101 111 100110010 1001100 1000101

Color Harmonies of #EC76E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC76E1

Black with #EC76E1

Text Example


Text Example

White with #EC76E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC76E1; }

 p { color: rgb(236,118,225); }

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

background-color css

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

 a { background-color: rgb(236,118,225); }

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

border-color css

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

 span { border-color: rgb(236,118,225); }

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