#EB8A85

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

Shades of Sweet Pink #EB8A85

Tints of Sweet Pink #EB8A85

Color information

#EB8A85 (or 0xEB8A85) is unknown color: approx Sweet Pink. HEX triplet: EB, 8A and 85. RGB value is (235,138,133). Sum of RGB (Red+Green+Blue) = 235+138+133=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8A85 is #14757A. Grayscale: #A6A6A6. Windows color (decimal): -1340795 or 8751851. OLE color: 8751851.

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

Color convert

RGB235138133-
CMYK00.410.430.08
HSL2.94º71.83%72.16%-
HSV(B)2.94º43.4%92.16%-
XYZ47.5837.5326.93-
YUV166.43109.14176.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.44%
GREEN value IS 138 (54.30% from 255) = 27.27%
BLUE value IS 133 (52.34% from 255) = 26.28%
R=46.44%
G=27.27%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513813300.410.430.082.9471.8372.16
HexEB8A850292B834848
Octal35321220505153103110110
Binary111010111000101010000101010100110101110001110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8A85; }

 p { color: rgb(235,138,133); }

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

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

 a { background-color: rgb(235,138,133); }

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

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

 span { border-color: rgb(235,138,133); }

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