Html Css Color HEX #E095D8 Plum

📋 copy color: '#E095D8'

red 224 ◦ green 149 ◦ blue 216

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

Shades of Plum #E095D8

Tints of Plum #E095D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.67%

R = 38.03%
G = 25.3%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E095D8 (or 0xE095D8) is known color: Plum. HEX triplet: E0, 95 and D8. RGB value is (224,149,216). Sum of RGB (Red+Green+Blue) = 224+149+216=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 149 (58.59% from 255 or 25.30% from 589); Blue value is 216 (84.77% from 255 or 36.67% from 589); Max value from RGB is 224 - color contains mainly: red. Hex color #E095D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095D8 is #1F6A27. Grayscale: #B2B2B2. Windows color (decimal): -2058792 or 14194144. OLE color: 14194144.

HSL color Cylindrical-coordinate representation of color #E095D8: hue angle of 306.4º 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 #E095D8 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 149 216 -
CMYK 0 0.33 0.04 0.12
HSL 306.4º 0.55% 0.73% -
HSV(B) 306.4º 0.33% 0.88% -
XYZ 53.88 42.3 70.29 -
YUV 179.06 148.85 160.05 -
System Red Green Blue C M Y K H S L
Decimal 224 149 216 0 0.33 0.04 0.12 306.4 0.55 0.73
Hex E0 95 D8 0 21 4 C 132 37 49
Octal 340 225 330 0 41 4 14 462 67 111
Binary 11100000 10010101 11011000 0 100001 100 1100 100110010 110111 1001001

Color Harmonies of #E095D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E095D8

Black with #E095D8

Text Example


Text Example

White with #E095D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E095D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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