Html Css Color HEX #EA9A98 Sweet Pink

📋 copy color: '#EA9A98'

red 234 ◦ green 154 ◦ blue 152

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

Shades of Sweet Pink #EA9A98

Tints of Sweet Pink #EA9A98

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.52%

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

R = 43.33%
G = 28.52%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA9A98 (or 0xEA9A98) is known color: Sweet Pink. HEX triplet: EA, 9A and 98. RGB value is (234,154,152). Sum of RGB (Red+Green+Blue) = 234+154+152=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 152 (59.77% from 255 or 28.15% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9A98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9A98 is #156567. Grayscale: #B1B1B1. Windows color (decimal): -1402216 or 10001130. OLE color: 10001130.

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

Color convert

RGB 234 154 152 -
CMYK 0 0.34 0.35 0.08
HSL 1.46º 0.66% 0.76% -
HSV(B) 1.46º 0.35% 0.92% -
XYZ 51.15 42.87 35.28 -
YUV 177.69 113.5 168.16 -
System Red Green Blue C M Y K H S L
Decimal 234 154 152 0 0.34 0.35 0.08 1.46 0.66 0.76
Hex EA 9A 98 0 22 23 8 1 42 4C
Octal 352 232 230 0 42 43 10 1 102 114
Binary 11101010 10011010 10011000 0 100010 100011 1000 1 1000010 1001100

Color Harmonies of #EA9A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9A98

Black with #EA9A98

Text Example


Text Example

White with #EA9A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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