Html Css Color HEX #EA9998 Sweet Pink

📋 copy color: '#EA9998'

red 234 ◦ green 153 ◦ blue 152

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

Shades of Sweet Pink #EA9998

Tints of Sweet Pink #EA9998

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.39%

 BLUE value IS 152 (59.77% from 255) = 28.2%

R = 43.41%
G = 28.39%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA9998 (or 0xEA9998) is known color: Sweet Pink. HEX triplet: EA, 99 and 98. RGB value is (234,153,152). Sum of RGB (Red+Green+Blue) = 234+153+152=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 152 (59.77% from 255 or 28.20% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9998 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9998 is #156667. Grayscale: #B1B1B1. Windows color (decimal): -1402472 or 10000874. OLE color: 10000874.

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

Color convert

RGB 234 153 152 -
CMYK 0 0.35 0.35 0.08
HSL 0.73º 0.66% 0.76% -
HSV(B) 0.73º 0.35% 0.92% -
XYZ 50.99 42.54 35.23 -
YUV 177.11 113.84 168.58 -
System Red Green Blue C M Y K H S L
Decimal 234 153 152 0 0.35 0.35 0.08 0.73 0.66 0.76
Hex EA 99 98 0 23 23 8 1 42 4C
Octal 352 231 230 0 43 43 10 1 102 114
Binary 11101010 10011001 10011000 0 100011 100011 1000 1 1000010 1001100

Color Harmonies of #EA9998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9998

Black with #EA9998

Text Example


Text Example

White with #EA9998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9998; }

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

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

background-color css

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

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

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

border-color css

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

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

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