Html Css Color HEX #EA9087 Sweet Pink

📋 copy color: '#EA9087'

red 234 ◦ green 144 ◦ blue 135

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

Shades of Sweet Pink #EA9087

Tints of Sweet Pink #EA9087

RGB

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

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

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

R = 45.61%
G = 28.07%
B = 26.32%

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

#EA9087 (or 0xEA9087) is known color: Sweet Pink. HEX triplet: EA, 90 and 87. RGB value is (234,144,135). Sum of RGB (Red+Green+Blue) = 234+144+135=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 135 (53.12% from 255 or 26.32% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9087 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9087 is #156F78. Grayscale: #AAAAAA. Windows color (decimal): -1404793 or 8884458. OLE color: 8884458.

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

Color convert

RGB 234 144 135 -
CMYK 0 0.38 0.42 0.08
HSL 5.45º 0.7% 0.72% -
HSV(B) 5.45º 0.42% 0.92% -
XYZ 48.28 39.19 27.94 -
YUV 169.88 108.32 173.73 -
System Red Green Blue C M Y K H S L
Decimal 234 144 135 0 0.38 0.42 0.08 5.45 0.7 0.72
Hex EA 90 87 0 26 2A 8 5 46 48
Octal 352 220 207 0 46 52 10 5 106 110
Binary 11101010 10010000 10000111 0 100110 101010 1000 101 1000110 1001000

Color Harmonies of #EA9087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9087

Black with #EA9087

Text Example


Text Example

White with #EA9087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9087; }

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

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

background-color css

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

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

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

border-color css

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

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

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