Html Css Color HEX #EA9D9A Sweet Pink

📋 copy color: '#EA9D9A'

red 234 ◦ green 157 ◦ blue 154

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

Shades of Sweet Pink #EA9D9A

Tints of Sweet Pink #EA9D9A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.81%

 BLUE value IS 154 (60.55% from 255) = 28.26%

R = 42.94%
G = 28.81%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EA9D9A (or 0xEA9D9A) is known color: Sweet Pink. HEX triplet: EA, 9D and 9A. RGB value is (234,157,154). Sum of RGB (Red+Green+Blue) = 234+157+154=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9D9A is #156265. Grayscale: #B3B3B3. Windows color (decimal): -1401446 or 10132970. OLE color: 10132970.

HSL color Cylindrical-coordinate representation of color #EA9D9A: hue angle of 2.25º degrees, saturation: 0.66, 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 #EA9D9A is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 157 154 -
CMYK 0 0.33 0.34 0.08
HSL 2.25º 0.66% 0.76% -
HSV(B) 2.25º 0.34% 0.92% -
XYZ 51.82 43.94 36.32 -
YUV 179.68 113.51 166.74 -
System Red Green Blue C M Y K H S L
Decimal 234 157 154 0 0.33 0.34 0.08 2.25 0.66 0.76
Hex EA 9D 9A 0 21 22 8 2 42 4C
Octal 352 235 232 0 41 42 10 2 102 114
Binary 11101010 10011101 10011010 0 100001 100010 1000 10 1000010 1001100

Color Harmonies of #EA9D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9D9A

Black with #EA9D9A

Text Example


Text Example

White with #EA9D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9D9A; }

 p { color: rgb(234,157,154); }

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

background-color css

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

 a { background-color: rgb(234,157,154); }

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

border-color css

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

 span { border-color: rgb(234,157,154); }

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