Html Css Color HEX #E595EA Plum

📋 copy color: '#E595EA'

red 229 ◦ green 149 ◦ blue 234

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

Shades of Plum #E595EA

Tints of Plum #E595EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.24%

R = 37.42%
G = 24.35%
B = 38.24%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E595EA (or 0xE595EA) is known color: Plum. HEX triplet: E5, 95 and EA. RGB value is (229,149,234). Sum of RGB (Red+Green+Blue) = 229+149+234=612 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.42% from 612); Green value is 149 (58.59% from 255 or 24.35% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #E595EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E595EA is #1A6A15. Grayscale: #B6B6B6. Windows color (decimal): -1731094 or 15373797. OLE color: 15373797.

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

Color convert

RGB 229 149 234 -
CMYK 0.02 0.36 0 0.08
HSL 296.47º 0.67% 0.75% -
HSV(B) 296.47º 0.36% 0.92% -
XYZ 57.91 44.09 83.3 -
YUV 182.61 157 161.09 -
System Red Green Blue C M Y K H S L
Decimal 229 149 234 0.02 0.36 0 0.08 296.47 0.67 0.75
Hex E5 95 EA 2 24 0 8 128 43 4B
Octal 345 225 352 2 44 0 10 450 103 113
Binary 11100101 10010101 11101010 10 100100 0 1000 100101000 1000011 1001011

Color Harmonies of #E595EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E595EA

Black with #E595EA

Text Example


Text Example

White with #E595EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E595EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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