Html Css Color HEX #EA8D87 Sweet Pink

📋 copy color: '#EA8D87'

red 234 ◦ green 141 ◦ blue 135

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

Shades of Sweet Pink #EA8D87

Tints of Sweet Pink #EA8D87

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.65%

 BLUE value IS 135 (53.13% from 255) = 26.47%

R = 45.88%
G = 27.65%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EA8D87 (or 0xEA8D87) is known color: Sweet Pink. HEX triplet: EA, 8D and 87. RGB value is (234,141,135). Sum of RGB (Red+Green+Blue) = 234+141+135=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 135 (53.12% from 255 or 26.47% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8D87 is #157278. Grayscale: #A8A8A8. Windows color (decimal): -1405561 or 8883690. OLE color: 8883690.

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

Color convert

RGB 234 141 135 -
CMYK 0 0.40 0.42 0.08
HSL 3.64º 0.7% 0.72% -
HSV(B) 3.64º 0.42% 0.92% -
XYZ 47.83 38.29 27.79 -
YUV 168.12 109.31 174.99 -
System Red Green Blue C M Y K H S L
Decimal 234 141 135 0 0.40 0.42 0.08 3.64 0.7 0.72
Hex EA 8D 87 0 28 2A 8 4 46 48
Octal 352 215 207 0 50 52 10 4 106 110
Binary 11101010 10001101 10000111 0 101000 101010 1000 100 1000110 1001000

Color Harmonies of #EA8D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8D87

Black with #EA8D87

Text Example


Text Example

White with #EA8D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8D87; }

 p { color: rgb(234,141,135); }

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

background-color css

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

 a { background-color: rgb(234,141,135); }

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

border-color css

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

 span { border-color: rgb(234,141,135); }

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