Html Css Color HEX #E096EB Plum

📋 copy color: '#E096EB'

red 224 ◦ green 150 ◦ blue 235

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

Shades of Plum #E096EB

Tints of Plum #E096EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.59%

R = 36.78%
G = 24.63%
B = 38.59%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E096EB (or 0xE096EB) is known color: Plum. HEX triplet: E0, 96 and EB. RGB value is (224,150,235). Sum of RGB (Red+Green+Blue) = 224+150+235=609 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.78% from 609); Green value is 150 (58.98% from 255 or 24.63% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #E096EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E096EB is #1F6914. Grayscale: #B5B5B5. Windows color (decimal): -2058517 or 15439584. OLE color: 15439584.

HSL color Cylindrical-coordinate representation of color #E096EB: hue angle of 292.24º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E096EB is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 150 235 -
CMYK 0.05 0.36 0 0.08
HSL 292.24º 0.68% 0.75% -
HSV(B) 292.24º 0.36% 0.92% -
XYZ 56.64 43.66 84.04 -
YUV 181.82 158.02 158.09 -
System Red Green Blue C M Y K H S L
Decimal 224 150 235 0.05 0.36 0 0.08 292.24 0.68 0.75
Hex E0 96 EB 5 24 0 8 124 44 4B
Octal 340 226 353 5 44 0 10 444 104 113
Binary 11100000 10010110 11101011 101 100100 0 1000 100100100 1000100 1001011

Color Harmonies of #E096EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E096EB

Black with #E096EB

Text Example


Text Example

White with #E096EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E096EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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