Html Css Color HEX #E771EC Violet

📋 copy color: '#E771EC'

red 231 ◦ green 113 ◦ blue 236

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

Shades of Violet #E771EC

Tints of Violet #E771EC

RGB

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

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

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

R = 39.83%
G = 19.48%
B = 40.69%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E771EC (or 0xE771EC) is known color: Violet. HEX triplet: E7, 71 and EC. RGB value is (231,113,236). Sum of RGB (Red+Green+Blue) = 231+113+236=580 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.83% from 580); Green value is 113 (44.53% from 255 or 19.48% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #E771EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E771EC is #188E13. Grayscale: #A1A1A1. Windows color (decimal): -1609236 or 15495655. OLE color: 15495655.

HSL color Cylindrical-coordinate representation of color #E771EC: hue angle of 297.56º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E771EC is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 231 113 236 -
CMYK 0.02 0.52 0 0.07
HSL 297.56º 0.76% 0.68% -
HSV(B) 297.56º 0.52% 0.93% -
XYZ 54 34.86 83.24 -
YUV 162.3 169.59 177 -
System Red Green Blue C M Y K H S L
Decimal 231 113 236 0.02 0.52 0 0.07 297.56 0.76 0.68
Hex E7 71 EC 2 34 0 7 12A 4C 44
Octal 347 161 354 2 64 0 7 452 114 104
Binary 11100111 1110001 11101100 10 110100 0 111 100101010 1001100 1000100

Color Harmonies of #E771EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E771EC

Black with #E771EC

Text Example


Text Example

White with #E771EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E771EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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