Html Css Color HEX #E76EEA Violet

📋 copy color: '#E76EEA'

red 231 ◦ green 110 ◦ blue 234

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

Shades of Violet #E76EEA

Tints of Violet #E76EEA

RGB

 RED value IS 231 (90.63% from 255) = 40.17%

 GREEN value IS 110 (43.36% from 255) = 19.13%

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

R = 40.17%
G = 19.13%
B = 40.7%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E76EEA (or 0xE76EEA) is known color: Violet. HEX triplet: E7, 6E and EA. RGB value is (231,110,234). Sum of RGB (Red+Green+Blue) = 231+110+234=575 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.17% from 575); Green value is 110 (43.36% from 255 or 19.13% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #E76EEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76EEA is #189115. Grayscale: #9F9F9F. Windows color (decimal): -1610006 or 15363815. OLE color: 15363815.

HSL color Cylindrical-coordinate representation of color #E76EEA: hue angle of 298.55º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76EEA is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 231 110 234 -
CMYK 0.01 0.53 0 0.08
HSL 298.55º 0.75% 0.67% -
HSV(B) 298.55º 0.53% 0.92% -
XYZ 53.38 34.08 81.61 -
YUV 160.32 169.59 178.42 -
System Red Green Blue C M Y K H S L
Decimal 231 110 234 0.01 0.53 0 0.08 298.55 0.75 0.67
Hex E7 6E EA 1 35 0 8 12B 4B 43
Octal 347 156 352 1 65 0 10 453 113 103
Binary 11100111 1101110 11101010 1 110101 0 1000 100101011 1001011 1000011

Color Harmonies of #E76EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76EEA

Black with #E76EEA

Text Example


Text Example

White with #E76EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76EEA; }

 p { color: rgb(231,110,234); }

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

background-color css

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

 a { background-color: rgb(231,110,234); }

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

border-color css

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

 span { border-color: rgb(231,110,234); }

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