#EB8F8B

Color #EB8F8B Sweet Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Pink #EB8F8B

Tints of Sweet Pink #EB8F8B

Color information

#EB8F8B (or 0xEB8F8B) is unknown color: approx Sweet Pink. HEX triplet: EB, 8F and 8B. RGB value is (235,143,139). Sum of RGB (Red+Green+Blue) = 235+143+139=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8F8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8F8B is #147074. Grayscale: #AAAAAA. Windows color (decimal): -1339509 or 9146347. OLE color: 9146347.

HSL color Cylindrical-coordinate representation of color #EB8F8B: hue angle of 2.5º 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 #EB8F8B is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB235143139-
CMYK00.390.410.08
HSL2.5º70.59%73.33%-
HSV(B)2.5º40.85%92.16%-
XYZ48.7439.1729.42-
YUV170.05110.48174.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.45%
GREEN value IS 143 (56.25% from 255) = 27.66%
BLUE value IS 139 (54.69% from 255) = 26.89%
R=45.45%
G=27.66%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514313900.390.410.082.570.5973.33
HexEB8F8B02729834749
Octal35321721304751103107111
Binary111010111000111110001011010011110100110001110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8F8B; }

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

 H1.HeaderClassName
 {
   color: #EB8F8B;
 }
 .AnyTagClassName
 {
   color: #EB8F8B;
 }
</style>
background-color css

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

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

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

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

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

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