Html Css Color HEX #E08FDC Plum

📋 copy color: '#E08FDC'

red 224 ◦ green 143 ◦ blue 220

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

Shades of Plum #E08FDC

Tints of Plum #E08FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.36%

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

R = 38.16%
G = 24.36%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E08FDC (or 0xE08FDC) is known color: Plum. HEX triplet: E0, 8F and DC. RGB value is (224,143,220). Sum of RGB (Red+Green+Blue) = 224+143+220=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 143 (56.25% from 255 or 24.36% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 224 - color contains mainly: red. Hex color #E08FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08FDC is #1F7023. Grayscale: #AFAFAF. Windows color (decimal): -2060324 or 14454752. OLE color: 14454752.

HSL color Cylindrical-coordinate representation of color #E08FDC: hue angle of 302.96º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E08FDC is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 143 220 -
CMYK 0 0.36 0.02 0.12
HSL 302.96º 0.57% 0.72% -
HSV(B) 302.96º 0.36% 0.88% -
XYZ 53.48 40.66 72.74 -
YUV 176 152.84 162.24 -
System Red Green Blue C M Y K H S L
Decimal 224 143 220 0 0.36 0.02 0.12 302.96 0.57 0.72
Hex E0 8F DC 0 24 2 C 12F 39 48
Octal 340 217 334 0 44 2 14 457 71 110
Binary 11100000 10001111 11011100 0 100100 10 1100 100101111 111001 1001000

Color Harmonies of #E08FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08FDC

Black with #E08FDC

Text Example


Text Example

White with #E08FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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