Html Css Color HEX #E772E7 Violet

📋 copy color: '#E772E7'

red 231 ◦ green 114 ◦ blue 231

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

Shades of Violet #E772E7

Tints of Violet #E772E7

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.79%

 BLUE value IS 231 (90.63% from 255) = 40.1%

R = 40.1%
G = 19.79%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E772E7 (or 0xE772E7) is known color: Violet. HEX triplet: E7, 72 and E7. RGB value is (231,114,231). Sum of RGB (Red+Green+Blue) = 231+114+231=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 114 (44.92% from 255 or 19.79% from 576); Blue value is 231 (90.62% from 255 or 40.10% from 576); Max value from RGB is 231 - color contains mainly: red, blue. Hex color #E772E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E772E7 is #188D18. Grayscale: #A1A1A1. Windows color (decimal): -1608985 or 15168231. OLE color: 15168231.

HSL color Cylindrical-coordinate representation of color #E772E7: hue angle of 300º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E772E7 is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 114 231 -
CMYK 0 0.51 0 0.09
HSL 300º 0.71% 0.68% -
HSV(B) 300º 0.51% 0.91% -
XYZ 53.4 34.79 79.5 -
YUV 162.32 166.76 176.99 -
System Red Green Blue C M Y K H S L
Decimal 231 114 231 0 0.51 0 0.09 300 0.71 0.68
Hex E7 72 E7 0 33 0 9 12C 47 44
Octal 347 162 347 0 63 0 11 454 107 104
Binary 11100111 1110010 11100111 0 110011 0 1001 100101100 1000111 1000100

Color Harmonies of #E772E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E772E7

Black with #E772E7

Text Example


Text Example

White with #E772E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E772E7; }

 p { color: rgb(231,114,231); }

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

background-color css

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

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

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

border-color css

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

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

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