Html Css Color HEX #EC76EA Violet

📋 copy color: '#EC76EA'

red 236 ◦ green 118 ◦ blue 234

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

Shades of Violet #EC76EA

Tints of Violet #EC76EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.8%

R = 40.14%
G = 20.07%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EC76EA (or 0xEC76EA) is known color: Violet. HEX triplet: EC, 76 and EA. RGB value is (236,118,234). Sum of RGB (Red+Green+Blue) = 236+118+234=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 118 (46.48% from 255 or 20.07% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC76EA is #138915. Grayscale: #A6A6A6. Windows color (decimal): -1280278 or 15365868. OLE color: 15365868.

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

Color convert

RGB 236 118 234 -
CMYK 0 0.5 0.01 0.07
HSL 301.02º 0.76% 0.69% -
HSV(B) 301.02º 0.5% 0.93% -
XYZ 55.92 36.73 81.98 -
YUV 166.51 166.09 177.57 -
System Red Green Blue C M Y K H S L
Decimal 236 118 234 0 0.5 0.01 0.07 301.02 0.76 0.69
Hex EC 76 EA 0 32 1 7 12D 4C 45
Octal 354 166 352 0 62 1 7 455 114 105
Binary 11101100 1110110 11101010 0 110010 1 111 100101101 1001100 1000101

Color Harmonies of #EC76EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC76EA

Black with #EC76EA

Text Example


Text Example

White with #EC76EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC76EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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