Html Css Color HEX #E486DB Violet

📋 copy color: '#E486DB'

red 228 ◦ green 134 ◦ blue 219

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

Shades of Violet #E486DB

Tints of Violet #E486DB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.06%

 BLUE value IS 219 (85.94% from 255) = 37.69%

R = 39.24%
G = 23.06%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E486DB (or 0xE486DB) is known color: Violet. HEX triplet: E4, 86 and DB. RGB value is (228,134,219). Sum of RGB (Red+Green+Blue) = 228+134+219=581 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.24% from 581); Green value is 134 (52.73% from 255 or 23.06% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 228 - color contains mainly: red. Hex color #E486DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E486DB is #1B7924. Grayscale: #ABABAB. Windows color (decimal): -1800485 or 14386916. OLE color: 14386916.

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

Color convert

RGB 228 134 219 -
CMYK 0 0.41 0.04 0.11
HSL 305.74º 0.64% 0.71% -
HSV(B) 305.74º 0.41% 0.89% -
XYZ 53.31 38.66 71.67 -
YUV 171.8 154.64 168.09 -
System Red Green Blue C M Y K H S L
Decimal 228 134 219 0 0.41 0.04 0.11 305.74 0.64 0.71
Hex E4 86 DB 0 29 4 B 132 40 47
Octal 344 206 333 0 51 4 13 462 100 107
Binary 11100100 10000110 11011011 0 101001 100 1011 100110010 1000000 1000111

Color Harmonies of #E486DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E486DB

Black with #E486DB

Text Example


Text Example

White with #E486DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E486DB; }

 p { color: rgb(228,134,219); }

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

background-color css

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

 a { background-color: rgb(228,134,219); }

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

border-color css

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

 span { border-color: rgb(228,134,219); }

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