Html Css Color HEX #E096E7 Plum

📋 copy color: '#E096E7'

red 224 ◦ green 150 ◦ blue 231

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

Shades of Plum #E096E7

Tints of Plum #E096E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.18%

R = 37.02%
G = 24.79%
B = 38.18%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E096E7 (or 0xE096E7) is known color: Plum. HEX triplet: E0, 96 and E7. RGB value is (224,150,231). Sum of RGB (Red+Green+Blue) = 224+150+231=605 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.02% from 605); Green value is 150 (58.98% from 255 or 24.79% from 605); Blue value is 231 (90.62% from 255 or 38.18% from 605); Max value from RGB is 231 - color contains mainly: blue. Hex color #E096E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E096E7 is #1F6918. Grayscale: #B5B5B5. Windows color (decimal): -2058521 or 15177440. OLE color: 15177440.

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

Color convert

RGB 224 150 231 -
CMYK 0.03 0.35 0 0.09
HSL 294.81º 0.63% 0.75% -
HSV(B) 294.81º 0.35% 0.91% -
XYZ 56.07 43.43 81.03 -
YUV 181.36 156.02 158.41 -
System Red Green Blue C M Y K H S L
Decimal 224 150 231 0.03 0.35 0 0.09 294.81 0.63 0.75
Hex E0 96 E7 3 23 0 9 127 3F 4B
Octal 340 226 347 3 43 0 11 447 77 113
Binary 11100000 10010110 11100111 11 100011 0 1001 100100111 111111 1001011

Color Harmonies of #E096E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E096E7

Black with #E096E7

Text Example


Text Example

White with #E096E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E096E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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