Html Css Color HEX #E77AE2 Violet

📋 copy color: '#E77AE2'

red 231 ◦ green 122 ◦ blue 226

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

Shades of Violet #E77AE2

Tints of Violet #E77AE2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.07%

 BLUE value IS 226 (88.67% from 255) = 39.03%

R = 39.9%
G = 21.07%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#E77AE2 (or 0xE77AE2) is known color: Violet. HEX triplet: E7, 7A and E2. RGB value is (231,122,226). Sum of RGB (Red+Green+Blue) = 231+122+226=579 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.90% from 579); Green value is 122 (48.05% from 255 or 21.07% from 579); Blue value is 226 (88.67% from 255 or 39.03% from 579); Max value from RGB is 231 - color contains mainly: red. Hex color #E77AE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77AE2 is #18851D. Grayscale: #A6A6A6. Windows color (decimal): -1606942 or 14842599. OLE color: 14842599.

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

Color convert

RGB 231 122 226 -
CMYK 0 0.47 0.02 0.09
HSL 302.75º 0.69% 0.69% -
HSV(B) 302.75º 0.47% 0.91% -
XYZ 53.64 36.4 76.15 -
YUV 166.45 161.61 174.04 -
System Red Green Blue C M Y K H S L
Decimal 231 122 226 0 0.47 0.02 0.09 302.75 0.69 0.69
Hex E7 7A E2 0 2F 2 9 12F 45 45
Octal 347 172 342 0 57 2 11 457 105 105
Binary 11100111 1111010 11100010 0 101111 10 1001 100101111 1000101 1000101

Color Harmonies of #E77AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77AE2

Black with #E77AE2

Text Example


Text Example

White with #E77AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77AE2; }

 p { color: rgb(231,122,226); }

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

background-color css

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

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

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

border-color css

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

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

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