Html Css Color HEX #E09BDD Plum

📋 copy color: '#E09BDD'

red 224 ◦ green 155 ◦ blue 221

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

Shades of Plum #E09BDD

Tints of Plum #E09BDD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.83%

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

R = 37.33%
G = 25.83%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E09BDD (or 0xE09BDD) is known color: Plum. HEX triplet: E0, 9B and DD. RGB value is (224,155,221). Sum of RGB (Red+Green+Blue) = 224+155+221=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 155 (60.94% from 255 or 25.83% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09BDD is #1F6422. Grayscale: #B6B6B6. Windows color (decimal): -2057251 or 14523360. OLE color: 14523360.

HSL color Cylindrical-coordinate representation of color #E09BDD: hue angle of 302.61º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E09BDD is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 155 221 -
CMYK 0 0.31 0.01 0.12
HSL 302.61º 0.53% 0.74% -
HSV(B) 302.61º 0.31% 0.88% -
XYZ 55.51 44.51 74.07 -
YUV 183.16 149.36 157.13 -
System Red Green Blue C M Y K H S L
Decimal 224 155 221 0 0.31 0.01 0.12 302.61 0.53 0.74
Hex E0 9B DD 0 1F 1 C 12F 35 4A
Octal 340 233 335 0 37 1 14 457 65 112
Binary 11100000 10011011 11011101 0 11111 1 1100 100101111 110101 1001010

Color Harmonies of #E09BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09BDD

Black with #E09BDD

Text Example


Text Example

White with #E09BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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