Html Css Color HEX #E480DF Violet

📋 copy color: '#E480DF'

red 228 ◦ green 128 ◦ blue 223

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

Shades of Violet #E480DF

Tints of Violet #E480DF

RGB

 RED value IS 228 (89.45% from 255) = 39.38%

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

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

R = 39.38%
G = 22.11%
B = 38.51%

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

#E480DF (or 0xE480DF) is known color: Violet. HEX triplet: E4, 80 and DF. RGB value is (228,128,223). Sum of RGB (Red+Green+Blue) = 228+128+223=579 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.38% from 579); Green value is 128 (50.39% from 255 or 22.11% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 228 - color contains mainly: red. Hex color #E480DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E480DF is #1B7F20. Grayscale: #A8A8A8. Windows color (decimal): -1802017 or 14647524. OLE color: 14647524.

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

Color convert

RGB 228 128 223 -
CMYK 0 0.44 0.02 0.11
HSL 303º 0.65% 0.7% -
HSV(B) 303º 0.44% 0.89% -
XYZ 53.03 37.26 74.21 -
YUV 168.73 158.63 170.28 -
System Red Green Blue C M Y K H S L
Decimal 228 128 223 0 0.44 0.02 0.11 303 0.65 0.7
Hex E4 80 DF 0 2C 2 B 12F 41 46
Octal 344 200 337 0 54 2 13 457 101 106
Binary 11100100 10000000 11011111 0 101100 10 1011 100101111 1000001 1000110

Color Harmonies of #E480DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E480DF

Black with #E480DF

Text Example


Text Example

White with #E480DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E480DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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