Html Css Color HEX #E096CD Plum

📋 copy color: '#E096CD'

red 224 ◦ green 150 ◦ blue 205

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

Shades of Plum #E096CD

Tints of Plum #E096CD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.91%

 BLUE value IS 205 (80.47% from 255) = 35.41%

R = 38.69%
G = 25.91%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E096CD (or 0xE096CD) is known color: Plum. HEX triplet: E0, 96 and CD. RGB value is (224,150,205). Sum of RGB (Red+Green+Blue) = 224+150+205=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 150 (58.98% from 255 or 25.91% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 224 - color contains mainly: red. Hex color #E096CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096CD is #1F6932. Grayscale: #B2B2B2. Windows color (decimal): -2058547 or 13473504. OLE color: 13473504.

HSL color Cylindrical-coordinate representation of color #E096CD: hue angle of 315.41º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E096CD is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 150 205 -
CMYK 0 0.33 0.08 0.12
HSL 315.41º 0.54% 0.73% -
HSV(B) 315.41º 0.33% 0.88% -
XYZ 52.67 42.07 63.1 -
YUV 178.4 143.02 160.53 -
System Red Green Blue C M Y K H S L
Decimal 224 150 205 0 0.33 0.08 0.12 315.41 0.54 0.73
Hex E0 96 CD 0 21 8 C 13B 36 49
Octal 340 226 315 0 41 10 14 473 66 111
Binary 11100000 10010110 11001101 0 100001 1000 1100 100111011 110110 1001001

Color Harmonies of #E096CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E096CD

Black with #E096CD

Text Example


Text Example

White with #E096CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E096CD; }

 p { color: rgb(224,150,205); }

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

background-color css

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

 a { background-color: rgb(224,150,205); }

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

border-color css

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

 span { border-color: rgb(224,150,205); }

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