Html Css Color HEX #E095EC Plum

📋 copy color: '#E095EC'

red 224 ◦ green 149 ◦ blue 236

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

Shades of Plum #E095EC

Tints of Plum #E095EC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.47%

 BLUE value IS 236 (92.58% from 255) = 38.75%

R = 36.78%
G = 24.47%
B = 38.75%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E095EC (or 0xE095EC) is known color: Plum. HEX triplet: E0, 95 and EC. RGB value is (224,149,236). Sum of RGB (Red+Green+Blue) = 224+149+236=609 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.78% from 609); Green value is 149 (58.59% from 255 or 24.47% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #E095EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E095EC is #1F6A13. Grayscale: #B5B5B5. Windows color (decimal): -2058772 or 15504864. OLE color: 15504864.

HSL color Cylindrical-coordinate representation of color #E095EC: hue angle of 291.72º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E095EC is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 149 236 -
CMYK 0.05 0.37 0 0.07
HSL 291.72º 0.7% 0.75% -
HSV(B) 291.72º 0.37% 0.93% -
XYZ 56.63 43.4 84.75 -
YUV 181.34 158.85 158.43 -
System Red Green Blue C M Y K H S L
Decimal 224 149 236 0.05 0.37 0 0.07 291.72 0.7 0.75
Hex E0 95 EC 5 25 0 7 124 46 4B
Octal 340 225 354 5 45 0 7 444 106 113
Binary 11100000 10010101 11101100 101 100101 0 111 100100100 1000110 1001011

Color Harmonies of #E095EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E095EC

Black with #E095EC

Text Example


Text Example

White with #E095EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E095EC; }

 p { color: rgb(224,149,236); }

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

background-color css

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

 a { background-color: rgb(224,149,236); }

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

border-color css

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

 span { border-color: rgb(224,149,236); }

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