Html Css Color HEX #E09CDD Plum

📋 copy color: '#E09CDD'

red 224 ◦ green 156 ◦ blue 221

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

Shades of Plum #E09CDD

Tints of Plum #E09CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.96%

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

R = 37.27%
G = 25.96%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E09CDD (or 0xE09CDD) is known color: Plum. HEX triplet: E0, 9C and DD. RGB value is (224,156,221). Sum of RGB (Red+Green+Blue) = 224+156+221=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 156 (61.33% from 255 or 25.96% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 224 - color contains mainly: red. Hex color #E09CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09CDD is #1F6322. Grayscale: #B7B7B7. Windows color (decimal): -2056995 or 14523616. OLE color: 14523616.

HSL color Cylindrical-coordinate representation of color #E09CDD: hue angle of 302.65º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E09CDD is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 156 221 -
CMYK 0 0.30 0.01 0.12
HSL 302.65º 0.52% 0.75% -
HSV(B) 302.65º 0.3% 0.88% -
XYZ 55.68 44.84 74.13 -
YUV 183.74 149.03 156.71 -
System Red Green Blue C M Y K H S L
Decimal 224 156 221 0 0.30 0.01 0.12 302.65 0.52 0.75
Hex E0 9C DD 0 1E 1 C 12F 34 4B
Octal 340 234 335 0 36 1 14 457 64 113
Binary 11100000 10011100 11011101 0 11110 1 1100 100101111 110100 1001011

Color Harmonies of #E09CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09CDD

Black with #E09CDD

Text Example


Text Example

White with #E09CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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