Html Css Color HEX #E380DE Violet

📋 copy color: '#E380DE'

red 227 ◦ green 128 ◦ blue 222

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

Shades of Violet #E380DE

Tints of Violet #E380DE

RGB

 RED value IS 227 (89.06% from 255) = 39.34%

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

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

R = 39.34%
G = 22.18%
B = 38.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E380DE (or 0xE380DE) is known color: Violet. HEX triplet: E3, 80 and DE. RGB value is (227,128,222). Sum of RGB (Red+Green+Blue) = 227+128+222=577 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.34% from 577); Green value is 128 (50.39% from 255 or 22.18% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 227 - color contains mainly: red. Hex color #E380DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E380DE is #1C7F21. Grayscale: #A8A8A8. Windows color (decimal): -1867554 or 14581987. OLE color: 14581987.

HSL color Cylindrical-coordinate representation of color #E380DE: hue angle of 303.03º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E380DE is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 128 222 -
CMYK 0 0.44 0.02 0.11
HSL 303.03º 0.64% 0.7% -
HSV(B) 303.03º 0.44% 0.89% -
XYZ 52.58 37.04 73.49 -
YUV 168.32 158.3 169.86 -
System Red Green Blue C M Y K H S L
Decimal 227 128 222 0 0.44 0.02 0.11 303.03 0.64 0.7
Hex E3 80 DE 0 2C 2 B 12F 40 46
Octal 343 200 336 0 54 2 13 457 100 106
Binary 11100011 10000000 11011110 0 101100 10 1011 100101111 1000000 1000110

Color Harmonies of #E380DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E380DE

Black with #E380DE

Text Example


Text Example

White with #E380DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E380DE; }

 p { color: rgb(227,128,222); }

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

background-color css

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

 a { background-color: rgb(227,128,222); }

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

border-color css

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

 span { border-color: rgb(227,128,222); }

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