Html Css Color HEX #E095DD Plum

📋 copy color: '#E095DD'

red 224 ◦ green 149 ◦ blue 221

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

Shades of Plum #E095DD

Tints of Plum #E095DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.21%

R = 37.71%
G = 25.08%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E095DD (or 0xE095DD) is known color: Plum. HEX triplet: E0, 95 and DD. RGB value is (224,149,221). Sum of RGB (Red+Green+Blue) = 224+149+221=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 149 (58.59% from 255 or 25.08% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 224 - color contains mainly: red. Hex color #E095DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095DD is #1F6A22. Grayscale: #B3B3B3. Windows color (decimal): -2058787 or 14521824. OLE color: 14521824.

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

Color convert

RGB 224 149 221 -
CMYK 0 0.33 0.01 0.12
HSL 302.4º 0.55% 0.73% -
HSV(B) 302.4º 0.33% 0.88% -
XYZ 54.54 42.56 73.75 -
YUV 179.63 151.35 159.65 -
System Red Green Blue C M Y K H S L
Decimal 224 149 221 0 0.33 0.01 0.12 302.4 0.55 0.73
Hex E0 95 DD 0 21 1 C 12E 37 49
Octal 340 225 335 0 41 1 14 456 67 111
Binary 11100000 10010101 11011101 0 100001 1 1100 100101110 110111 1001001

Color Harmonies of #E095DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E095DD

Black with #E095DD

Text Example


Text Example

White with #E095DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E095DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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