Html Css Color HEX #EBA09C Sweet Pink

📋 copy color: '#EBA09C'

red 235 ◦ green 160 ◦ blue 156

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

Shades of Sweet Pink #EBA09C

Tints of Sweet Pink #EBA09C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.31%

R = 42.65%
G = 29.04%
B = 28.31%

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

#EBA09C (or 0xEBA09C) is known color: Sweet Pink. HEX triplet: EB, A0 and 9C. RGB value is (235,160,156). Sum of RGB (Red+Green+Blue) = 235+160+156=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 156 (61.33% from 255 or 28.31% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA09C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA09C is #145F63. Grayscale: #B6B6B6. Windows color (decimal): -1335140 or 10264811. OLE color: 10264811.

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

Color convert

RGB 235 160 156 -
CMYK 0 0.32 0.34 0.08
HSL 3.04º 0.66% 0.77% -
HSV(B) 3.04º 0.34% 0.92% -
XYZ 52.83 45.2 37.39 -
YUV 181.97 113.35 165.83 -
System Red Green Blue C M Y K H S L
Decimal 235 160 156 0 0.32 0.34 0.08 3.04 0.66 0.77
Hex EB A0 9C 0 20 22 8 3 42 4D
Octal 353 240 234 0 40 42 10 3 102 115
Binary 11101011 10100000 10011100 0 100000 100010 1000 11 1000010 1001101

Color Harmonies of #EBA09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA09C

Black with #EBA09C

Text Example


Text Example

White with #EBA09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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