Html Css Color HEX #E095DB Plum

📋 copy color: '#E095DB'

red 224 ◦ green 149 ◦ blue 219

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

Shades of Plum #E095DB

Tints of Plum #E095DB

RGB

 RED value IS 224 (87.89% from 255) = 37.84%

 GREEN value IS 149 (58.59% from 255) = 25.17%

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

R = 37.84%
G = 25.17%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E095DB (or 0xE095DB) is known color: Plum. HEX triplet: E0, 95 and DB. RGB value is (224,149,219). Sum of RGB (Red+Green+Blue) = 224+149+219=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 149 (58.59% from 255 or 25.17% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 224 - color contains mainly: red. Hex color #E095DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095DB is #1F6A24. Grayscale: #B3B3B3. Windows color (decimal): -2058789 or 14390752. OLE color: 14390752.

HSL color Cylindrical-coordinate representation of color #E095DB: hue angle of 304º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E095DB is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 149 219 -
CMYK 0 0.33 0.02 0.12
HSL 304º 0.55% 0.73% -
HSV(B) 304º 0.33% 0.88% -
XYZ 54.27 42.46 72.35 -
YUV 179.41 150.35 159.81 -
System Red Green Blue C M Y K H S L
Decimal 224 149 219 0 0.33 0.02 0.12 304 0.55 0.73
Hex E0 95 DB 0 21 2 C 130 37 49
Octal 340 225 333 0 41 2 14 460 67 111
Binary 11100000 10010101 11011011 0 100001 10 1100 100110000 110111 1001001

Color Harmonies of #E095DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E095DB

Black with #E095DB

Text Example


Text Example

White with #E095DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E095DB; }

 p { color: rgb(224,149,219); }

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

background-color css

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

 a { background-color: rgb(224,149,219); }

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

border-color css

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

 span { border-color: rgb(224,149,219); }

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