Html Css Color HEX #EA9089 Sweet Pink

📋 copy color: '#EA9089'

red 234 ◦ green 144 ◦ blue 137

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

Shades of Sweet Pink #EA9089

Tints of Sweet Pink #EA9089

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.96%

 BLUE value IS 137 (53.91% from 255) = 26.6%

R = 45.44%
G = 27.96%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA9089 (or 0xEA9089) is known color: Sweet Pink. HEX triplet: EA, 90 and 89. RGB value is (234,144,137). Sum of RGB (Red+Green+Blue) = 234+144+137=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 137 (53.91% from 255 or 26.60% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9089 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9089 is #156F76. Grayscale: #AAAAAA. Windows color (decimal): -1404791 or 9015530. OLE color: 9015530.

HSL color Cylindrical-coordinate representation of color #EA9089: hue angle of 4.33º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA9089 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 144 137 -
CMYK 0 0.38 0.41 0.08
HSL 4.33º 0.7% 0.73% -
HSV(B) 4.33º 0.41% 0.92% -
XYZ 48.42 39.25 28.69 -
YUV 170.11 109.32 173.57 -
System Red Green Blue C M Y K H S L
Decimal 234 144 137 0 0.38 0.41 0.08 4.33 0.7 0.73
Hex EA 90 89 0 26 29 8 4 46 49
Octal 352 220 211 0 46 51 10 4 106 111
Binary 11101010 10010000 10001001 0 100110 101001 1000 100 1000110 1001001

Color Harmonies of #EA9089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9089

Black with #EA9089

Text Example


Text Example

White with #EA9089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9089; }

 p { color: rgb(234,144,137); }

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

background-color css

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

 a { background-color: rgb(234,144,137); }

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

border-color css

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

 span { border-color: rgb(234,144,137); }

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