Html Css Color HEX #E096E1 Plum

📋 copy color: '#E096E1'

red 224 ◦ green 150 ◦ blue 225

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

Shades of Plum #E096E1

Tints of Plum #E096E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.56%

R = 37.4%
G = 25.04%
B = 37.56%

CMYK

 C value IS 0.00

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E096E1 (or 0xE096E1) is known color: Plum. HEX triplet: E0, 96 and E1. RGB value is (224,150,225). Sum of RGB (Red+Green+Blue) = 224+150+225=599 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.40% from 599); Green value is 150 (58.98% from 255 or 25.04% from 599); Blue value is 225 (88.28% from 255 or 37.56% from 599); Max value from RGB is 225 - color contains mainly: blue. Hex color #E096E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096E1 is #1F691E. Grayscale: #B4B4B4. Windows color (decimal): -2058527 or 14784224. OLE color: 14784224.

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

Color convert

RGB 224 150 225 -
CMYK 0.00 0.33 0 0.12
HSL 299.2º 0.56% 0.74% -
HSV(B) 299.2º 0.33% 0.88% -
XYZ 55.24 43.1 76.64 -
YUV 180.68 153.02 158.9 -
System Red Green Blue C M Y K H S L
Decimal 224 150 225 0.00 0.33 0 0.12 299.2 0.56 0.74
Hex E0 96 E1 0 21 0 C 12B 38 4A
Octal 340 226 341 0 41 0 14 453 70 112
Binary 11100000 10010110 11100001 0 100001 0 1100 100101011 111000 1001010

Color Harmonies of #E096E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E096E1

Black with #E096E1

Text Example


Text Example

White with #E096E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E096E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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