Html Css Color HEX #EA9088 Sweet Pink

📋 copy color: '#EA9088'

red 234 ◦ green 144 ◦ blue 136

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

Shades of Sweet Pink #EA9088

Tints of Sweet Pink #EA9088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.46%

R = 45.53%
G = 28.02%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EA9088 (or 0xEA9088) is known color: Sweet Pink. HEX triplet: EA, 90 and 88. RGB value is (234,144,136). Sum of RGB (Red+Green+Blue) = 234+144+136=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9088 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9088 is #156F77. Grayscale: #AAAAAA. Windows color (decimal): -1404792 or 8949994. OLE color: 8949994.

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

Color convert

RGB 234 144 136 -
CMYK 0 0.38 0.42 0.08
HSL 4.9º 0.7% 0.73% -
HSV(B) 4.9º 0.42% 0.92% -
XYZ 48.35 39.22 28.31 -
YUV 170 108.82 173.65 -
System Red Green Blue C M Y K H S L
Decimal 234 144 136 0 0.38 0.42 0.08 4.9 0.7 0.73
Hex EA 90 88 0 26 2A 8 5 46 49
Octal 352 220 210 0 46 52 10 5 106 111
Binary 11101010 10010000 10001000 0 100110 101010 1000 101 1000110 1001001

Color Harmonies of #EA9088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9088

Black with #EA9088

Text Example


Text Example

White with #EA9088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9088; }

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

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

background-color css

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

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

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

border-color css

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

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

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