Html Css Color HEX #E780DD Violet

📋 copy color: '#E780DD'

red 231 ◦ green 128 ◦ blue 221

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

Shades of Violet #E780DD

Tints of Violet #E780DD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.07%

 BLUE value IS 221 (86.72% from 255) = 38.1%

R = 39.83%
G = 22.07%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E780DD (or 0xE780DD) is known color: Violet. HEX triplet: E7, 80 and DD. RGB value is (231,128,221). Sum of RGB (Red+Green+Blue) = 231+128+221=580 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.83% from 580); Green value is 128 (50.39% from 255 or 22.07% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 231 - color contains mainly: red. Hex color #E780DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E780DD is #187F22. Grayscale: #A9A9A9. Windows color (decimal): -1605411 or 14516455. OLE color: 14516455.

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

Color convert

RGB 231 128 221 -
CMYK 0 0.45 0.04 0.09
HSL 305.83º 0.68% 0.7% -
HSV(B) 305.83º 0.45% 0.91% -
XYZ 53.73 37.65 72.84 -
YUV 169.4 157.12 171.94 -
System Red Green Blue C M Y K H S L
Decimal 231 128 221 0 0.45 0.04 0.09 305.83 0.68 0.7
Hex E7 80 DD 0 2D 4 9 132 44 46
Octal 347 200 335 0 55 4 11 462 104 106
Binary 11100111 10000000 11011101 0 101101 100 1001 100110010 1000100 1000110

Color Harmonies of #E780DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E780DD

Black with #E780DD

Text Example


Text Example

White with #E780DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E780DD; }

 p { color: rgb(231,128,221); }

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

background-color css

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

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

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

border-color css

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

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

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