Html Css Color HEX #EB8D8B Sweet Pink

📋 copy color: '#EB8D8B'

red 235 ◦ green 141 ◦ blue 139

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

Shades of Sweet Pink #EB8D8B

Tints of Sweet Pink #EB8D8B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.38%

 BLUE value IS 139 (54.69% from 255) = 26.99%

R = 45.63%
G = 27.38%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB8D8B (or 0xEB8D8B) is known color: Sweet Pink. HEX triplet: EB, 8D and 8B. RGB value is (235,141,139). Sum of RGB (Red+Green+Blue) = 235+141+139=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8D8B is #147274. Grayscale: #A8A8A8. Windows color (decimal): -1340021 or 9145835. OLE color: 9145835.

HSL color Cylindrical-coordinate representation of color #EB8D8B: hue angle of 1.25º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB8D8B is Cyan = 0, Magento = 0.4, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 141 139 -
CMYK 0 0.4 0.41 0.08
HSL 1.25º 0.71% 0.73% -
HSV(B) 1.25º 0.41% 0.92% -
XYZ 48.45 38.58 29.32 -
YUV 168.88 111.14 175.16 -
System Red Green Blue C M Y K H S L
Decimal 235 141 139 0 0.4 0.41 0.08 1.25 0.71 0.73
Hex EB 8D 8B 0 28 29 8 1 47 49
Octal 353 215 213 0 50 51 10 1 107 111
Binary 11101011 10001101 10001011 0 101000 101001 1000 1 1000111 1001001

Color Harmonies of #EB8D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8D8B

Black with #EB8D8B

Text Example


Text Example

White with #EB8D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8D8B; }

 p { color: rgb(235,141,139); }

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

background-color css

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

 a { background-color: rgb(235,141,139); }

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

border-color css

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

 span { border-color: rgb(235,141,139); }

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