Html Css Color HEX #E095DF Plum

📋 copy color: '#E095DF'

red 224 ◦ green 149 ◦ blue 223

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

Shades of Plum #E095DF

Tints of Plum #E095DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.42%

R = 37.58%
G = 25%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E095DF (or 0xE095DF) is known color: Plum. HEX triplet: E0, 95 and DF. RGB value is (224,149,223). Sum of RGB (Red+Green+Blue) = 224+149+223=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 149 (58.59% from 255 or 25% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 224 - color contains mainly: red. Hex color #E095DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095DF is #1F6A20. Grayscale: #B3B3B3. Windows color (decimal): -2058785 or 14652896. OLE color: 14652896.

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

Color convert

RGB 224 149 223 -
CMYK 0 0.33 0.00 0.12
HSL 300.8º 0.55% 0.73% -
HSV(B) 300.8º 0.33% 0.88% -
XYZ 54.81 42.67 75.16 -
YUV 179.86 152.35 159.48 -
System Red Green Blue C M Y K H S L
Decimal 224 149 223 0 0.33 0.00 0.12 300.8 0.55 0.73
Hex E0 95 DF 0 21 0 C 12D 37 49
Octal 340 225 337 0 41 0 14 455 67 111
Binary 11100000 10010101 11011111 0 100001 0 1100 100101101 110111 1001001

Color Harmonies of #E095DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E095DF

Black with #E095DF

Text Example


Text Example

White with #E095DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E095DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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