Html Css Color HEX #E898EA Plum

📋 copy color: '#E898EA'

red 232 ◦ green 152 ◦ blue 234

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

Shades of Plum #E898EA

Tints of Plum #E898EA

RGB

 RED value IS 232 (91.02% from 255) = 37.54%

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

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

R = 37.54%
G = 24.6%
B = 37.86%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E898EA (or 0xE898EA) is known color: Plum. HEX triplet: E8, 98 and EA. RGB value is (232,152,234). Sum of RGB (Red+Green+Blue) = 232+152+234=618 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.54% from 618); Green value is 152 (59.77% from 255 or 24.60% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #E898EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E898EA is #176715. Grayscale: #B9B9B9. Windows color (decimal): -1533718 or 15374568. OLE color: 15374568.

HSL color Cylindrical-coordinate representation of color #E898EA: hue angle of 298.54º 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 #E898EA is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 232 152 234 -
CMYK 0.01 0.35 0 0.08
HSL 298.54º 0.66% 0.76% -
HSV(B) 298.54º 0.35% 0.92% -
XYZ 59.36 45.55 83.51 -
YUV 185.27 155.5 161.33 -
System Red Green Blue C M Y K H S L
Decimal 232 152 234 0.01 0.35 0 0.08 298.54 0.66 0.76
Hex E8 98 EA 1 23 0 8 12B 42 4C
Octal 350 230 352 1 43 0 10 453 102 114
Binary 11101000 10011000 11101010 1 100011 0 1000 100101011 1000010 1001100

Color Harmonies of #E898EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E898EA

Black with #E898EA

Text Example


Text Example

White with #E898EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E898EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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