Html Css Color HEX #E598EA Plum

📋 copy color: '#E598EA'

red 229 ◦ green 152 ◦ blue 234

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

Shades of Plum #E598EA

Tints of Plum #E598EA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.72%

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

R = 37.24%
G = 24.72%
B = 38.05%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E598EA (or 0xE598EA) is known color: Plum. HEX triplet: E5, 98 and EA. RGB value is (229,152,234). Sum of RGB (Red+Green+Blue) = 229+152+234=615 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.24% from 615); Green value is 152 (59.77% from 255 or 24.72% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #E598EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E598EA is #1A6715. Grayscale: #B8B8B8. Windows color (decimal): -1730326 or 15374565. OLE color: 15374565.

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

Color convert

RGB 229 152 234 -
CMYK 0.02 0.35 0 0.08
HSL 296.34º 0.66% 0.76% -
HSV(B) 296.34º 0.35% 0.92% -
XYZ 58.39 45.06 83.46 -
YUV 184.37 156.01 159.83 -
System Red Green Blue C M Y K H S L
Decimal 229 152 234 0.02 0.35 0 0.08 296.34 0.66 0.76
Hex E5 98 EA 2 23 0 8 128 42 4C
Octal 345 230 352 2 43 0 10 450 102 114
Binary 11100101 10011000 11101010 10 100011 0 1000 100101000 1000010 1001100

Color Harmonies of #E598EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E598EA

Black with #E598EA

Text Example


Text Example

White with #E598EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E598EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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