Html Css Color HEX #E08CDC Plum

📋 copy color: '#E08CDC'

red 224 ◦ green 140 ◦ blue 220

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

Shades of Plum #E08CDC

Tints of Plum #E08CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.67%

R = 38.36%
G = 23.97%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E08CDC (or 0xE08CDC) is known color: Plum. HEX triplet: E0, 8C and DC. RGB value is (224,140,220). Sum of RGB (Red+Green+Blue) = 224+140+220=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 140 (55.08% from 255 or 23.97% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E08CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08CDC is #1F7323. Grayscale: #AEAEAE. Windows color (decimal): -2061092 or 14453984. OLE color: 14453984.

HSL color Cylindrical-coordinate representation of color #E08CDC: hue angle of 302.86º 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 #E08CDC is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 140 220 -
CMYK 0 0.38 0.02 0.12
HSL 302.86º 0.58% 0.71% -
HSV(B) 302.86º 0.38% 0.88% -
XYZ 53.04 39.77 72.59 -
YUV 174.24 153.83 163.5 -
System Red Green Blue C M Y K H S L
Decimal 224 140 220 0 0.38 0.02 0.12 302.86 0.58 0.71
Hex E0 8C DC 0 26 2 C 12F 3A 47
Octal 340 214 334 0 46 2 14 457 72 107
Binary 11100000 10001100 11011100 0 100110 10 1100 100101111 111010 1000111

Color Harmonies of #E08CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08CDC

Black with #E08CDC

Text Example


Text Example

White with #E08CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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