Html Css Color HEX #E096EA Plum

📋 copy color: '#E096EA'

red 224 ◦ green 150 ◦ blue 234

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

Shades of Plum #E096EA

Tints of Plum #E096EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.49%

R = 36.84%
G = 24.67%
B = 38.49%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E096EA (or 0xE096EA) is known color: Plum. HEX triplet: E0, 96 and EA. RGB value is (224,150,234). Sum of RGB (Red+Green+Blue) = 224+150+234=608 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.84% from 608); Green value is 150 (58.98% from 255 or 24.67% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #E096EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E096EA is #1F6915. Grayscale: #B5B5B5. Windows color (decimal): -2058518 or 15374048. OLE color: 15374048.

HSL color Cylindrical-coordinate representation of color #E096EA: hue angle of 292.86º degrees, saturation: 0.67, 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 #E096EA is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 150 234 -
CMYK 0.04 0.36 0 0.08
HSL 292.86º 0.67% 0.75% -
HSV(B) 292.86º 0.36% 0.92% -
XYZ 56.5 43.6 83.28 -
YUV 181.7 157.52 158.17 -
System Red Green Blue C M Y K H S L
Decimal 224 150 234 0.04 0.36 0 0.08 292.86 0.67 0.75
Hex E0 96 EA 4 24 0 8 125 43 4B
Octal 340 226 352 4 44 0 10 445 103 113
Binary 11100000 10010110 11101010 100 100100 0 1000 100100101 1000011 1001011

Color Harmonies of #E096EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E096EA

Black with #E096EA

Text Example


Text Example

White with #E096EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E096EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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