Html Css Color HEX #E495E5 Plum

📋 copy color: '#E495E5'

red 228 ◦ green 149 ◦ blue 229

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

Shades of Plum #E495E5

Tints of Plum #E495E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.79%

R = 37.62%
G = 24.59%
B = 37.79%

CMYK

 C value IS 0.00

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E495E5 (or 0xE495E5) is known color: Plum. HEX triplet: E4, 95 and E5. RGB value is (228,149,229). Sum of RGB (Red+Green+Blue) = 228+149+229=606 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.62% from 606); Green value is 149 (58.59% from 255 or 24.59% from 606); Blue value is 229 (89.84% from 255 or 37.79% from 606); Max value from RGB is 229 - color contains mainly: blue. Hex color #E495E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E495E5 is #1B6A1A. Grayscale: #B5B5B5. Windows color (decimal): -1796635 or 15046116. OLE color: 15046116.

HSL color Cylindrical-coordinate representation of color #E495E5: hue angle of 299.25º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E495E5 is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 228 149 229 -
CMYK 0.00 0.35 0 0.10
HSL 299.25º 0.61% 0.74% -
HSV(B) 299.25º 0.35% 0.9% -
XYZ 56.89 43.65 79.56 -
YUV 181.74 154.67 161 -
System Red Green Blue C M Y K H S L
Decimal 228 149 229 0.00 0.35 0 0.10 299.25 0.61 0.74
Hex E4 95 E5 0 23 0 A 12B 3D 4A
Octal 344 225 345 0 43 0 12 453 75 112
Binary 11100100 10010101 11100101 0 100011 0 1010 100101011 111101 1001010

Color Harmonies of #E495E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E495E5

Black with #E495E5

Text Example


Text Example

White with #E495E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E495E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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