Html Css Color HEX #E77FEA Violet

📋 copy color: '#E77FEA'

red 231 ◦ green 127 ◦ blue 234

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

Shades of Violet #E77FEA

Tints of Violet #E77FEA

RGB

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

 GREEN value IS 127 (50% from 255) = 21.45%

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

R = 39.02%
G = 21.45%
B = 39.53%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E77FEA (or 0xE77FEA) is known color: Violet. HEX triplet: E7, 7F and EA. RGB value is (231,127,234). Sum of RGB (Red+Green+Blue) = 231+127+234=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 127 (50% from 255 or 21.45% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 234 - color contains mainly: blue. Hex color #E77FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77FEA is #188015. Grayscale: #A9A9A9. Windows color (decimal): -1605654 or 15368167. OLE color: 15368167.

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

Color convert

RGB 231 127 234 -
CMYK 0.01 0.46 0 0.08
HSL 298.32º 0.72% 0.71% -
HSV(B) 298.32º 0.46% 0.92% -
XYZ 55.4 38.11 82.28 -
YUV 170.29 163.96 171.3 -
System Red Green Blue C M Y K H S L
Decimal 231 127 234 0.01 0.46 0 0.08 298.32 0.72 0.71
Hex E7 7F EA 1 2E 0 8 12A 48 47
Octal 347 177 352 1 56 0 10 452 110 107
Binary 11100111 1111111 11101010 1 101110 0 1000 100101010 1001000 1000111

Color Harmonies of #E77FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77FEA

Black with #E77FEA

Text Example


Text Example

White with #E77FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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