Html Css Color HEX #E595EB Plum

📋 copy color: '#E595EB'

red 229 ◦ green 149 ◦ blue 235

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

Shades of Plum #E595EB

Tints of Plum #E595EB

RGB

 RED value IS 229 (89.84% from 255) = 37.36%

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

 BLUE value IS 235 (92.19% from 255) = 38.34%

R = 37.36%
G = 24.31%
B = 38.34%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E595EB (or 0xE595EB) is known color: Plum. HEX triplet: E5, 95 and EB. RGB value is (229,149,235). Sum of RGB (Red+Green+Blue) = 229+149+235=613 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.36% from 613); Green value is 149 (58.59% from 255 or 24.31% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #E595EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E595EB is #1A6A14. Grayscale: #B6B6B6. Windows color (decimal): -1731093 or 15439333. OLE color: 15439333.

HSL color Cylindrical-coordinate representation of color #E595EB: hue angle of 295.81º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E595EB is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 229 149 235 -
CMYK 0.03 0.37 0 0.08
HSL 295.81º 0.68% 0.75% -
HSV(B) 295.81º 0.37% 0.92% -
XYZ 58.06 44.15 84.06 -
YUV 182.72 157.5 161.01 -
System Red Green Blue C M Y K H S L
Decimal 229 149 235 0.03 0.37 0 0.08 295.81 0.68 0.75
Hex E5 95 EB 3 25 0 8 128 44 4B
Octal 345 225 353 3 45 0 10 450 104 113
Binary 11100101 10010101 11101011 11 100101 0 1000 100101000 1000100 1001011

Color Harmonies of #E595EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E595EB

Black with #E595EB

Text Example


Text Example

White with #E595EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E595EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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