Html Css Color HEX #E771EA Violet

📋 copy color: '#E771EA'

red 231 ◦ green 113 ◦ blue 234

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

Shades of Violet #E771EA

Tints of Violet #E771EA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.55%

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

R = 39.97%
G = 19.55%
B = 40.48%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E771EA (or 0xE771EA) is known color: Violet. HEX triplet: E7, 71 and EA. RGB value is (231,113,234). Sum of RGB (Red+Green+Blue) = 231+113+234=578 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.97% from 578); Green value is 113 (44.53% from 255 or 19.55% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #E771EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E771EA is #188E15. Grayscale: #A1A1A1. Windows color (decimal): -1609238 or 15364583. OLE color: 15364583.

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

Color convert

RGB 231 113 234 -
CMYK 0.01 0.52 0 0.08
HSL 298.51º 0.74% 0.68% -
HSV(B) 298.51º 0.52% 0.92% -
XYZ 53.71 34.74 81.72 -
YUV 162.08 168.59 177.16 -
System Red Green Blue C M Y K H S L
Decimal 231 113 234 0.01 0.52 0 0.08 298.51 0.74 0.68
Hex E7 71 EA 1 34 0 8 12B 4A 44
Octal 347 161 352 1 64 0 10 453 112 104
Binary 11100111 1110001 11101010 1 110100 0 1000 100101011 1001010 1000100

Color Harmonies of #E771EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E771EA

Black with #E771EA

Text Example


Text Example

White with #E771EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E771EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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