Html Css Color HEX #EA98E3 Plum

📋 copy color: '#EA98E3'

red 234 ◦ green 152 ◦ blue 227

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

Shades of Plum #EA98E3

Tints of Plum #EA98E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 37.03%

R = 38.17%
G = 24.8%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EA98E3 (or 0xEA98E3) is known color: Plum. HEX triplet: EA, 98 and E3. RGB value is (234,152,227). Sum of RGB (Red+Green+Blue) = 234+152+227=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 152 (59.77% from 255 or 24.80% from 613); Blue value is 227 (89.06% from 255 or 37.03% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EA98E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA98E3 is #15671C. Grayscale: #B8B8B8. Windows color (decimal): -1402653 or 14915818. OLE color: 14915818.

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

Color convert

RGB 234 152 227 -
CMYK 0 0.35 0.03 0.08
HSL 305.12º 0.66% 0.76% -
HSV(B) 305.12º 0.35% 0.92% -
XYZ 59.03 45.49 78.34 -
YUV 185.07 151.67 162.9 -
System Red Green Blue C M Y K H S L
Decimal 234 152 227 0 0.35 0.03 0.08 305.12 0.66 0.76
Hex EA 98 E3 0 23 3 8 131 42 4C
Octal 352 230 343 0 43 3 10 461 102 114
Binary 11101010 10011000 11100011 0 100011 11 1000 100110001 1000010 1001100

Color Harmonies of #EA98E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA98E3

Black with #EA98E3

Text Example


Text Example

White with #EA98E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA98E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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