Html Css Color HEX #E076EC Violet

📋 copy color: '#E076EC'

red 224 ◦ green 118 ◦ blue 236

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

Shades of Violet #E076EC

Tints of Violet #E076EC

RGB

 RED value IS 224 (87.89% from 255) = 38.75%

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

 BLUE value IS 236 (92.58% from 255) = 40.83%

R = 38.75%
G = 20.42%
B = 40.83%

CMYK

 C value IS 0.05

 M value IS 0.5

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E076EC (or 0xE076EC) is known color: Violet. HEX triplet: E0, 76 and EC. RGB value is (224,118,236). Sum of RGB (Red+Green+Blue) = 224+118+236=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 118 (46.48% from 255 or 20.42% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #E076EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E076EC is #1F8913. Grayscale: #A2A2A2. Windows color (decimal): -2066708 or 15496928. OLE color: 15496928.

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

Color convert

RGB 224 118 236 -
CMYK 0.05 0.5 0 0.07
HSL 293.9º 0.76% 0.69% -
HSV(B) 293.9º 0.5% 0.93% -
XYZ 52.36 34.86 83.33 -
YUV 163.15 169.12 171.41 -
System Red Green Blue C M Y K H S L
Decimal 224 118 236 0.05 0.5 0 0.07 293.9 0.76 0.69
Hex E0 76 EC 5 32 0 7 126 4C 45
Octal 340 166 354 5 62 0 7 446 114 105
Binary 11100000 1110110 11101100 101 110010 0 111 100100110 1001100 1000101

Color Harmonies of #E076EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E076EC

Black with #E076EC

Text Example


Text Example

White with #E076EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E076EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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