Html Css Color HEX #EBA09D Sweet Pink

📋 copy color: '#EBA09D'

red 235 ◦ green 160 ◦ blue 157

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

Shades of Sweet Pink #EBA09D

Tints of Sweet Pink #EBA09D

RGB

 RED value IS 235 (92.19% from 255) = 42.57%

 GREEN value IS 160 (62.89% from 255) = 28.99%

 BLUE value IS 157 (61.72% from 255) = 28.44%

R = 42.57%
G = 28.99%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EBA09D (or 0xEBA09D) is known color: Sweet Pink. HEX triplet: EB, A0 and 9D. RGB value is (235,160,157). Sum of RGB (Red+Green+Blue) = 235+160+157=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 157 (61.72% from 255 or 28.44% from 552); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA09D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA09D is #145F62. Grayscale: #B6B6B6. Windows color (decimal): -1335139 or 10330347. OLE color: 10330347.

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

Color convert

RGB 235 160 157 -
CMYK 0 0.32 0.33 0.08
HSL 2.31º 0.66% 0.77% -
HSV(B) 2.31º 0.33% 0.92% -
XYZ 52.92 45.24 37.84 -
YUV 182.08 113.85 165.74 -
System Red Green Blue C M Y K H S L
Decimal 235 160 157 0 0.32 0.33 0.08 2.31 0.66 0.77
Hex EB A0 9D 0 20 21 8 2 42 4D
Octal 353 240 235 0 40 41 10 2 102 115
Binary 11101011 10100000 10011101 0 100000 100001 1000 10 1000010 1001101

Color Harmonies of #EBA09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA09D

Black with #EBA09D

Text Example


Text Example

White with #EBA09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA09D; }

 p { color: rgb(235,160,157); }

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

background-color css

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

 a { background-color: rgb(235,160,157); }

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

border-color css

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

 span { border-color: rgb(235,160,157); }

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