Html Css Color HEX #E495EC Plum

📋 copy color: '#E495EC'

red 228 ◦ green 149 ◦ blue 236

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

Shades of Plum #E495EC

Tints of Plum #E495EC

RGB

 RED value IS 228 (89.45% from 255) = 37.19%

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

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

R = 37.19%
G = 24.31%
B = 38.5%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E495EC (or 0xE495EC) is known color: Plum. HEX triplet: E4, 95 and EC. RGB value is (228,149,236). Sum of RGB (Red+Green+Blue) = 228+149+236=613 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.19% from 613); Green value is 149 (58.59% from 255 or 24.31% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #E495EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E495EC is #1B6A13. Grayscale: #B6B6B6. Windows color (decimal): -1796628 or 15504868. OLE color: 15504868.

HSL color Cylindrical-coordinate representation of color #E495EC: hue angle of 294.48º 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 #E495EC is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 228 149 236 -
CMYK 0.03 0.37 0 0.07
HSL 294.48º 0.7% 0.75% -
HSV(B) 294.48º 0.37% 0.93% -
XYZ 57.88 44.05 84.81 -
YUV 182.54 158.17 160.43 -
System Red Green Blue C M Y K H S L
Decimal 228 149 236 0.03 0.37 0 0.07 294.48 0.7 0.75
Hex E4 95 EC 3 25 0 7 126 46 4B
Octal 344 225 354 3 45 0 7 446 106 113
Binary 11100100 10010101 11101100 11 100101 0 111 100100110 1000110 1001011

Color Harmonies of #E495EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E495EC

Black with #E495EC

Text Example


Text Example

White with #E495EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E495EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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