Html Css Color HEX #E77DDE Violet

📋 copy color: '#E77DDE'

red 231 ◦ green 125 ◦ blue 222

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

Shades of Violet #E77DDE

Tints of Violet #E77DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.41%

R = 39.97%
G = 21.63%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E77DDE (or 0xE77DDE) is known color: Violet. HEX triplet: E7, 7D and DE. RGB value is (231,125,222). Sum of RGB (Red+Green+Blue) = 231+125+222=578 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.97% from 578); Green value is 125 (49.22% from 255 or 21.63% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 231 - color contains mainly: red. Hex color #E77DDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77DDE is #188221. Grayscale: #A7A7A7. Windows color (decimal): -1606178 or 14581223. OLE color: 14581223.

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

Color convert

RGB 231 125 222 -
CMYK 0 0.46 0.04 0.09
HSL 305.09º 0.69% 0.7% -
HSV(B) 305.09º 0.46% 0.91% -
XYZ 53.47 36.93 73.42 -
YUV 167.75 158.62 173.11 -
System Red Green Blue C M Y K H S L
Decimal 231 125 222 0 0.46 0.04 0.09 305.09 0.69 0.7
Hex E7 7D DE 0 2E 4 9 131 45 46
Octal 347 175 336 0 56 4 11 461 105 106
Binary 11100111 1111101 11011110 0 101110 100 1001 100110001 1000101 1000110

Color Harmonies of #E77DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77DDE

Black with #E77DDE

Text Example


Text Example

White with #E77DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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