Html Css Color HEX #E380DF Violet

📋 copy color: '#E380DF'

red 227 ◦ green 128 ◦ blue 223

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

Shades of Violet #E380DF

Tints of Violet #E380DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.58%

R = 39.27%
G = 22.15%
B = 38.58%

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

#E380DF (or 0xE380DF) is known color: Violet. HEX triplet: E3, 80 and DF. RGB value is (227,128,223). Sum of RGB (Red+Green+Blue) = 227+128+223=578 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.27% from 578); Green value is 128 (50.39% from 255 or 22.15% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 227 - color contains mainly: red. Hex color #E380DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E380DF is #1C7F20. Grayscale: #A8A8A8. Windows color (decimal): -1867553 or 14647523. OLE color: 14647523.

HSL color Cylindrical-coordinate representation of color #E380DF: hue angle of 302.42º 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 #E380DF is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 128 223 -
CMYK 0 0.44 0.02 0.11
HSL 302.42º 0.64% 0.7% -
HSV(B) 302.42º 0.44% 0.89% -
XYZ 52.72 37.1 74.19 -
YUV 168.43 158.8 169.78 -
System Red Green Blue C M Y K H S L
Decimal 227 128 223 0 0.44 0.02 0.11 302.42 0.64 0.7
Hex E3 80 DF 0 2C 2 B 12E 40 46
Octal 343 200 337 0 54 2 13 456 100 106
Binary 11100011 10000000 11011111 0 101100 10 1011 100101110 1000000 1000110

Color Harmonies of #E380DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E380DF

Black with #E380DF

Text Example


Text Example

White with #E380DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E380DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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