Html Css Color HEX #E076EA Violet

📋 copy color: '#E076EA'

red 224 ◦ green 118 ◦ blue 234

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

Shades of Violet #E076EA

Tints of Violet #E076EA

RGB

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

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

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

R = 38.89%
G = 20.49%
B = 40.63%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E076EA (or 0xE076EA) is known color: Violet. HEX triplet: E0, 76 and EA. RGB value is (224,118,234). Sum of RGB (Red+Green+Blue) = 224+118+234=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 118 (46.48% from 255 or 20.49% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #E076EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E076EA is #1F8915. Grayscale: #A2A2A2. Windows color (decimal): -2066710 or 15365856. OLE color: 15365856.

HSL color Cylindrical-coordinate representation of color #E076EA: hue angle of 294.83º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E076EA is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 118 234 -
CMYK 0.04 0.50 0 0.08
HSL 294.83º 0.73% 0.69% -
HSV(B) 294.83º 0.5% 0.92% -
XYZ 52.07 34.74 81.8 -
YUV 162.92 168.12 171.57 -
System Red Green Blue C M Y K H S L
Decimal 224 118 234 0.04 0.50 0 0.08 294.83 0.73 0.69
Hex E0 76 EA 4 32 0 8 127 49 45
Octal 340 166 352 4 62 0 10 447 111 105
Binary 11100000 1110110 11101010 100 110010 0 1000 100100111 1001001 1000101

Color Harmonies of #E076EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E076EA

Black with #E076EA

Text Example


Text Example

White with #E076EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E076EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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