Html Css Color HEX #E095D7 Plum

📋 copy color: '#E095D7'

red 224 ◦ green 149 ◦ blue 215

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

Shades of Plum #E095D7

Tints of Plum #E095D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.56%

R = 38.1%
G = 25.34%
B = 36.56%

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

#E095D7 (or 0xE095D7) is known color: Plum. HEX triplet: E0, 95 and D7. RGB value is (224,149,215). Sum of RGB (Red+Green+Blue) = 224+149+215=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 149 (58.59% from 255 or 25.34% from 588); Blue value is 215 (84.38% from 255 or 36.56% from 588); Max value from RGB is 224 - color contains mainly: red. Hex color #E095D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095D7 is #1F6A28. Grayscale: #B2B2B2. Windows color (decimal): -2058793 or 14128608. OLE color: 14128608.

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

Color convert

RGB 224 149 215 -
CMYK 0 0.33 0.04 0.12
HSL 307.2º 0.55% 0.73% -
HSV(B) 307.2º 0.33% 0.88% -
XYZ 53.75 42.25 69.61 -
YUV 178.95 148.35 160.13 -
System Red Green Blue C M Y K H S L
Decimal 224 149 215 0 0.33 0.04 0.12 307.2 0.55 0.73
Hex E0 95 D7 0 21 4 C 133 37 49
Octal 340 225 327 0 41 4 14 463 67 111
Binary 11100000 10010101 11010111 0 100001 100 1100 100110011 110111 1001001

Color Harmonies of #E095D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E095D7

Black with #E095D7

Text Example


Text Example

White with #E095D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E095D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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