Html Css Color HEX #EA8988 Sweet Pink

📋 copy color: '#EA8988'

red 234 ◦ green 137 ◦ blue 136

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

Shades of Sweet Pink #EA8988

Tints of Sweet Pink #EA8988

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.02%

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

R = 46.15%
G = 27.02%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EA8988 (or 0xEA8988) is known color: Sweet Pink. HEX triplet: EA, 89 and 88. RGB value is (234,137,136). Sum of RGB (Red+Green+Blue) = 234+137+136=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 137 (53.91% from 255 or 27.02% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8988 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8988 is #157677. Grayscale: #A5A5A5. Windows color (decimal): -1406584 or 8948202. OLE color: 8948202.

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

Color convert

RGB 234 137 136 -
CMYK 0 0.41 0.42 0.08
HSL 0.61º 0.7% 0.73% -
HSV(B) 0.61º 0.42% 0.92% -
XYZ 47.32 37.16 27.97 -
YUV 165.89 111.14 176.58 -
System Red Green Blue C M Y K H S L
Decimal 234 137 136 0 0.41 0.42 0.08 0.61 0.7 0.73
Hex EA 89 88 0 29 2A 8 1 46 49
Octal 352 211 210 0 51 52 10 1 106 111
Binary 11101010 10001001 10001000 0 101001 101010 1000 1 1000110 1001001

Color Harmonies of #EA8988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8988

Black with #EA8988

Text Example


Text Example

White with #EA8988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8988; }

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

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

background-color css

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

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

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

border-color css

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

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

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