Html Css Color HEX #E495D3 Plum

📋 copy color: '#E495D3'

red 228 ◦ green 149 ◦ blue 211

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

Shades of Plum #E495D3

Tints of Plum #E495D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.88%

R = 38.78%
G = 25.34%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E495D3 (or 0xE495D3) is known color: Plum. HEX triplet: E4, 95 and D3. RGB value is (228,149,211). Sum of RGB (Red+Green+Blue) = 228+149+211=588 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.78% from 588); Green value is 149 (58.59% from 255 or 25.34% from 588); Blue value is 211 (82.81% from 255 or 35.88% from 588); Max value from RGB is 228 - color contains mainly: red. Hex color #E495D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E495D3 is #1B6A2C. Grayscale: #B3B3B3. Windows color (decimal): -1796653 or 13866468. OLE color: 13866468.

HSL color Cylindrical-coordinate representation of color #E495D3: hue angle of 312.91º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E495D3 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 149 211 -
CMYK 0 0.35 0.07 0.11
HSL 312.91º 0.59% 0.74% -
HSV(B) 312.91º 0.35% 0.89% -
XYZ 54.5 42.69 67 -
YUV 179.69 145.67 162.46 -
System Red Green Blue C M Y K H S L
Decimal 228 149 211 0 0.35 0.07 0.11 312.91 0.59 0.74
Hex E4 95 D3 0 23 7 B 139 3B 4A
Octal 344 225 323 0 43 7 13 471 73 112
Binary 11100100 10010101 11010011 0 100011 111 1011 100111001 111011 1001010

Color Harmonies of #E495D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E495D3

Black with #E495D3

Text Example


Text Example

White with #E495D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E495D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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