Html Css Color HEX #E77DEE Violet

📋 copy color: '#E77DEE'

red 231 ◦ green 125 ◦ blue 238

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

Shades of Violet #E77DEE

Tints of Violet #E77DEE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.04%

 BLUE value IS 238 (93.36% from 255) = 40.07%

R = 38.89%
G = 21.04%
B = 40.07%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E77DEE (or 0xE77DEE) is known color: Violet. HEX triplet: E7, 7D and EE. RGB value is (231,125,238). Sum of RGB (Red+Green+Blue) = 231+125+238=594 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.89% from 594); Green value is 125 (49.22% from 255 or 21.04% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #E77DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77DEE is #188211. Grayscale: #A9A9A9. Windows color (decimal): -1606162 or 15629799. OLE color: 15629799.

HSL color Cylindrical-coordinate representation of color #E77DEE: hue angle of 296.28º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E77DEE is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 231 125 238 -
CMYK 0.03 0.47 0 0.07
HSL 296.28º 0.77% 0.71% -
HSV(B) 296.28º 0.47% 0.93% -
XYZ 55.72 37.83 85.25 -
YUV 169.58 166.62 171.81 -
System Red Green Blue C M Y K H S L
Decimal 231 125 238 0.03 0.47 0 0.07 296.28 0.77 0.71
Hex E7 7D EE 3 2F 0 7 128 4D 47
Octal 347 175 356 3 57 0 7 450 115 107
Binary 11100111 1111101 11101110 11 101111 0 111 100101000 1001101 1000111

Color Harmonies of #E77DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77DEE

Black with #E77DEE

Text Example


Text Example

White with #E77DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77DEE; }

 p { color: rgb(231,125,238); }

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

background-color css

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

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

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

border-color css

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

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

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