Html Css Color HEX #E096EC Plum

📋 copy color: '#E096EC'

red 224 ◦ green 150 ◦ blue 236

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

Shades of Plum #E096EC

Tints of Plum #E096EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.69%

R = 36.72%
G = 24.59%
B = 38.69%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E096EC (or 0xE096EC) is known color: Plum. HEX triplet: E0, 96 and EC. RGB value is (224,150,236). Sum of RGB (Red+Green+Blue) = 224+150+236=610 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.72% from 610); Green value is 150 (58.98% from 255 or 24.59% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #E096EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E096EC is #1F6913. Grayscale: #B5B5B5. Windows color (decimal): -2058516 or 15505120. OLE color: 15505120.

HSL color Cylindrical-coordinate representation of color #E096EC: hue angle of 291.63º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E096EC is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 150 236 -
CMYK 0.05 0.36 0 0.07
HSL 291.63º 0.69% 0.76% -
HSV(B) 291.63º 0.36% 0.93% -
XYZ 56.79 43.72 84.8 -
YUV 181.93 158.52 158.01 -
System Red Green Blue C M Y K H S L
Decimal 224 150 236 0.05 0.36 0 0.07 291.63 0.69 0.76
Hex E0 96 EC 5 24 0 7 124 45 4C
Octal 340 226 354 5 44 0 7 444 105 114
Binary 11100000 10010110 11101100 101 100100 0 111 100100100 1000101 1001100

Color Harmonies of #E096EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E096EC

Black with #E096EC

Text Example


Text Example

White with #E096EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E096EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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