Html Css Color HEX #EA98E8 Plum

📋 copy color: '#EA98E8'

red 234 ◦ green 152 ◦ blue 232

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

Shades of Plum #EA98E8

Tints of Plum #EA98E8

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

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

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

Color convert

RGB 234 152 232 -
CMYK 0 0.35 0.01 0.08
HSL 301.46º 0.66% 0.76% -
HSV(B) 301.46º 0.35% 0.92% -
XYZ 59.73 45.78 82.03 -
YUV 185.64 154.17 162.5 -
System Red Green Blue C M Y K H S L
Decimal 234 152 232 0 0.35 0.01 0.08 301.46 0.66 0.76
Hex EA 98 E8 0 23 1 8 12D 42 4C
Octal 352 230 350 0 43 1 10 455 102 114
Binary 11101010 10011000 11101000 0 100011 1 1000 100101101 1000010 1001100

Color Harmonies of #EA98E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA98E8

Black with #EA98E8

Text Example


Text Example

White with #EA98E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA98E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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