Html Css Color HEX #EA9E9B Sweet Pink

📋 copy color: '#EA9E9B'

red 234 ◦ green 158 ◦ blue 155

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

Shades of Sweet Pink #EA9E9B

Tints of Sweet Pink #EA9E9B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.88%

 BLUE value IS 155 (60.94% from 255) = 28.34%

R = 42.78%
G = 28.88%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EA9E9B (or 0xEA9E9B) is known color: Sweet Pink. HEX triplet: EA, 9E and 9B. RGB value is (234,158,155). Sum of RGB (Red+Green+Blue) = 234+158+155=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9E9B is #156164. Grayscale: #B4B4B4. Windows color (decimal): -1401189 or 10198762. OLE color: 10198762.

HSL color Cylindrical-coordinate representation of color #EA9E9B: hue angle of 2.28º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EA9E9B is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 158 155 -
CMYK 0 0.32 0.34 0.08
HSL 2.28º 0.65% 0.76% -
HSV(B) 2.28º 0.34% 0.92% -
XYZ 52.07 44.31 36.82 -
YUV 180.38 113.68 166.24 -
System Red Green Blue C M Y K H S L
Decimal 234 158 155 0 0.32 0.34 0.08 2.28 0.65 0.76
Hex EA 9E 9B 0 20 22 8 2 41 4C
Octal 352 236 233 0 40 42 10 2 101 114
Binary 11101010 10011110 10011011 0 100000 100010 1000 10 1000001 1001100

Color Harmonies of #EA9E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9E9B

Black with #EA9E9B

Text Example


Text Example

White with #EA9E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9E9B; }

 p { color: rgb(234,158,155); }

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

background-color css

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

 a { background-color: rgb(234,158,155); }

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

border-color css

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

 span { border-color: rgb(234,158,155); }

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