Html Css Color HEX #E095D5 Plum

📋 copy color: '#E095D5'

red 224 ◦ green 149 ◦ blue 213

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

Shades of Plum #E095D5

Tints of Plum #E095D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.35%

R = 38.23%
G = 25.43%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E095D5 (or 0xE095D5) is known color: Plum. HEX triplet: E0, 95 and D5. RGB value is (224,149,213). Sum of RGB (Red+Green+Blue) = 224+149+213=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 149 (58.59% from 255 or 25.43% from 586); Blue value is 213 (83.59% from 255 or 36.35% from 586); Max value from RGB is 224 - color contains mainly: red. Hex color #E095D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095D5 is #1F6A2A. Grayscale: #B2B2B2. Windows color (decimal): -2058795 or 13997536. OLE color: 13997536.

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

Color convert

RGB 224 149 213 -
CMYK 0 0.33 0.05 0.12
HSL 308.8º 0.55% 0.73% -
HSV(B) 308.8º 0.33% 0.88% -
XYZ 53.5 42.15 68.27 -
YUV 178.72 147.35 160.3 -
System Red Green Blue C M Y K H S L
Decimal 224 149 213 0 0.33 0.05 0.12 308.8 0.55 0.73
Hex E0 95 D5 0 21 5 C 135 37 49
Octal 340 225 325 0 41 5 14 465 67 111
Binary 11100000 10010101 11010101 0 100001 101 1100 100110101 110111 1001001

Color Harmonies of #E095D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E095D5

Black with #E095D5

Text Example


Text Example

White with #E095D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E095D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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