Html Css Color HEX #E096E9 Plum

📋 copy color: '#E096E9'

red 224 ◦ green 150 ◦ blue 233

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

Shades of Plum #E096E9

Tints of Plum #E096E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.39%

R = 36.9%
G = 24.71%
B = 38.39%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E096E9 (or 0xE096E9) is known color: Plum. HEX triplet: E0, 96 and E9. RGB value is (224,150,233). Sum of RGB (Red+Green+Blue) = 224+150+233=607 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.90% from 607); Green value is 150 (58.98% from 255 or 24.71% from 607); Blue value is 233 (91.41% from 255 or 38.39% from 607); Max value from RGB is 233 - color contains mainly: blue. Hex color #E096E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E096E9 is #1F6916. Grayscale: #B5B5B5. Windows color (decimal): -2058519 or 15308512. OLE color: 15308512.

HSL color Cylindrical-coordinate representation of color #E096E9: hue angle of 293.49º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E096E9 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 224 150 233 -
CMYK 0.04 0.36 0 0.09
HSL 293.49º 0.65% 0.75% -
HSV(B) 293.49º 0.36% 0.91% -
XYZ 56.35 43.54 82.53 -
YUV 181.59 157.02 158.25 -
System Red Green Blue C M Y K H S L
Decimal 224 150 233 0.04 0.36 0 0.09 293.49 0.65 0.75
Hex E0 96 E9 4 24 0 9 125 41 4B
Octal 340 226 351 4 44 0 11 445 101 113
Binary 11100000 10010110 11101001 100 100100 0 1001 100100101 1000001 1001011

Color Harmonies of #E096E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E096E9

Black with #E096E9

Text Example


Text Example

White with #E096E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E096E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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