Html Css Color HEX #E09FDC Plum

📋 copy color: '#E09FDC'

red 224 ◦ green 159 ◦ blue 220

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

Shades of Plum #E09FDC

Tints of Plum #E09FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.37%

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

R = 37.15%
G = 26.37%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E09FDC (or 0xE09FDC) is known color: Plum. HEX triplet: E0, 9F and DC. RGB value is (224,159,220). Sum of RGB (Red+Green+Blue) = 224+159+220=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 159 (62.5% from 255 or 26.37% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 224 - color contains mainly: red. Hex color #E09FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09FDC is #1F6023. Grayscale: #B9B9B9. Windows color (decimal): -2056228 or 14458848. OLE color: 14458848.

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

Color convert

RGB 224 159 220 -
CMYK 0 0.29 0.02 0.12
HSL 303.69º 0.51% 0.75% -
HSV(B) 303.69º 0.29% 0.88% -
XYZ 56.06 45.81 73.6 -
YUV 185.39 147.53 155.54 -
System Red Green Blue C M Y K H S L
Decimal 224 159 220 0 0.29 0.02 0.12 303.69 0.51 0.75
Hex E0 9F DC 0 1D 2 C 130 33 4B
Octal 340 237 334 0 35 2 14 460 63 113
Binary 11100000 10011111 11011100 0 11101 10 1100 100110000 110011 1001011

Color Harmonies of #E09FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09FDC

Black with #E09FDC

Text Example


Text Example

White with #E09FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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