Html Css Color HEX #E08CDD Plum

📋 copy color: '#E08CDD'

red 224 ◦ green 140 ◦ blue 221

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

Shades of Plum #E08CDD

Tints of Plum #E08CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.93%

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

R = 38.29%
G = 23.93%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E08CDD (or 0xE08CDD) is known color: Plum. HEX triplet: E0, 8C and DD. RGB value is (224,140,221). Sum of RGB (Red+Green+Blue) = 224+140+221=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 140 (55.08% from 255 or 23.93% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E08CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08CDD is #1F7322. Grayscale: #AEAEAE. Windows color (decimal): -2061091 or 14519520. OLE color: 14519520.

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

Color convert

RGB 224 140 221 -
CMYK 0 0.38 0.01 0.12
HSL 302.14º 0.58% 0.71% -
HSV(B) 302.14º 0.38% 0.88% -
XYZ 53.17 39.82 73.29 -
YUV 174.35 154.33 163.41 -
System Red Green Blue C M Y K H S L
Decimal 224 140 221 0 0.38 0.01 0.12 302.14 0.58 0.71
Hex E0 8C DD 0 26 1 C 12E 3A 47
Octal 340 214 335 0 46 1 14 456 72 107
Binary 11100000 10001100 11011101 0 100110 1 1100 100101110 111010 1000111

Color Harmonies of #E08CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08CDD

Black with #E08CDD

Text Example


Text Example

White with #E08CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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