Html Css Color HEX #E098EA Plum

📋 copy color: '#E098EA'

red 224 ◦ green 152 ◦ blue 234

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

Shades of Plum #E098EA

Tints of Plum #E098EA

RGB

 RED value IS 224 (87.89% from 255) = 36.72%

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

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

R = 36.72%
G = 24.92%
B = 38.36%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E098EA (or 0xE098EA) is known color: Plum. HEX triplet: E0, 98 and EA. RGB value is (224,152,234). Sum of RGB (Red+Green+Blue) = 224+152+234=610 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.72% from 610); Green value is 152 (59.77% from 255 or 24.92% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #E098EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E098EA is #1F6715. Grayscale: #B6B6B6. Windows color (decimal): -2058006 or 15374560. OLE color: 15374560.

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

Color convert

RGB 224 152 234 -
CMYK 0.04 0.35 0 0.08
HSL 292.68º 0.66% 0.76% -
HSV(B) 292.68º 0.35% 0.92% -
XYZ 56.82 44.24 83.39 -
YUV 182.88 156.85 157.33 -
System Red Green Blue C M Y K H S L
Decimal 224 152 234 0.04 0.35 0 0.08 292.68 0.66 0.76
Hex E0 98 EA 4 23 0 8 125 42 4C
Octal 340 230 352 4 43 0 10 445 102 114
Binary 11100000 10011000 11101010 100 100011 0 1000 100100101 1000010 1001100

Color Harmonies of #E098EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E098EA

Black with #E098EA

Text Example


Text Example

White with #E098EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E098EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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