Html Css Color HEX #EA8C89 Sweet Pink

📋 copy color: '#EA8C89'

red 234 ◦ green 140 ◦ blue 137

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

Shades of Sweet Pink #EA8C89

Tints of Sweet Pink #EA8C89

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.4%

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

R = 45.79%
G = 27.4%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA8C89 (or 0xEA8C89) is known color: Sweet Pink. HEX triplet: EA, 8C and 89. RGB value is (234,140,137). Sum of RGB (Red+Green+Blue) = 234+140+137=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 137 (53.91% from 255 or 26.81% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8C89 is #157376. Grayscale: #A7A7A7. Windows color (decimal): -1405815 or 9014506. OLE color: 9014506.

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

Color convert

RGB 234 140 137 -
CMYK 0 0.40 0.41 0.08
HSL 1.86º 0.7% 0.73% -
HSV(B) 1.86º 0.41% 0.92% -
XYZ 47.83 38.05 28.49 -
YUV 167.76 110.64 175.24 -
System Red Green Blue C M Y K H S L
Decimal 234 140 137 0 0.40 0.41 0.08 1.86 0.7 0.73
Hex EA 8C 89 0 28 29 8 2 46 49
Octal 352 214 211 0 50 51 10 2 106 111
Binary 11101010 10001100 10001001 0 101000 101001 1000 10 1000110 1001001

Color Harmonies of #EA8C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8C89

Black with #EA8C89

Text Example


Text Example

White with #EA8C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8C89; }

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

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

background-color css

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

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

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

border-color css

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

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

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