Html Css Color HEX #E49CEC Plum

📋 copy color: '#E49CEC'

red 228 ◦ green 156 ◦ blue 236

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

Shades of Plum #E49CEC

Tints of Plum #E49CEC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.16%

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

R = 36.77%
G = 25.16%
B = 38.06%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E49CEC (or 0xE49CEC) is known color: Plum. HEX triplet: E4, 9C and EC. RGB value is (228,156,236). Sum of RGB (Red+Green+Blue) = 228+156+236=620 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.77% from 620); Green value is 156 (61.33% from 255 or 25.16% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #E49CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49CEC is #1B6313. Grayscale: #BABABA. Windows color (decimal): -1794836 or 15506660. OLE color: 15506660.

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

Color convert

RGB 228 156 236 -
CMYK 0.03 0.34 0 0.07
HSL 294º 0.68% 0.77% -
HSV(B) 294º 0.34% 0.93% -
XYZ 59.02 46.33 85.19 -
YUV 186.65 155.85 157.5 -
System Red Green Blue C M Y K H S L
Decimal 228 156 236 0.03 0.34 0 0.07 294 0.68 0.77
Hex E4 9C EC 3 22 0 7 126 44 4D
Octal 344 234 354 3 42 0 7 446 104 115
Binary 11100100 10011100 11101100 11 100010 0 111 100100110 1000100 1001101

Color Harmonies of #E49CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49CEC

Black with #E49CEC

Text Example


Text Example

White with #E49CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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