Html Css Color HEX #E496EC Plum

📋 copy color: '#E496EC'

red 228 ◦ green 150 ◦ blue 236

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

Shades of Plum #E496EC

Tints of Plum #E496EC

RGB

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

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

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

R = 37.13%
G = 24.43%
B = 38.44%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E496EC (or 0xE496EC) is known color: Plum. HEX triplet: E4, 96 and EC. RGB value is (228,150,236). Sum of RGB (Red+Green+Blue) = 228+150+236=614 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.13% from 614); Green value is 150 (58.98% from 255 or 24.43% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #E496EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E496EC is #1B6913. Grayscale: #B6B6B6. Windows color (decimal): -1796372 or 15505124. OLE color: 15505124.

HSL color Cylindrical-coordinate representation of color #E496EC: hue angle of 294.42º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E496EC is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 228 150 236 -
CMYK 0.03 0.36 0 0.07
HSL 294.42º 0.69% 0.76% -
HSV(B) 294.42º 0.36% 0.93% -
XYZ 58.04 44.36 84.86 -
YUV 183.13 157.84 160.01 -
System Red Green Blue C M Y K H S L
Decimal 228 150 236 0.03 0.36 0 0.07 294.42 0.69 0.76
Hex E4 96 EC 3 24 0 7 126 45 4C
Octal 344 226 354 3 44 0 7 446 105 114
Binary 11100100 10010110 11101100 11 100100 0 111 100100110 1000101 1001100

Color Harmonies of #E496EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E496EC

Black with #E496EC

Text Example


Text Example

White with #E496EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E496EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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