#EB8B84

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

Shades of Sweet Pink #EB8B84

Tints of Sweet Pink #EB8B84

Color information

#EB8B84 (or 0xEB8B84) is unknown color: approx Sweet Pink. HEX triplet: EB, 8B and 84. RGB value is (235,139,132). Sum of RGB (Red+Green+Blue) = 235+139+132=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8B84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8B84 is #14747B. Grayscale: #A7A7A7. Windows color (decimal): -1340540 or 8686571. OLE color: 8686571.

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

Color convert

RGB235139132-
CMYK00.410.440.08
HSL4.08º72.03%71.96%-
HSV(B)4.08º43.83%92.16%-
XYZ47.6637.7926.61-
YUV166.91108.3176.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.44%
GREEN value IS 139 (54.69% from 255) = 27.47%
BLUE value IS 132 (51.95% from 255) = 26.09%
R=46.44%
G=27.47%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513913200.410.440.084.0872.0371.96
HexEB8B840292C844848
Octal35321320405154104110110
Binary1110101110001011100001000101001101100100010010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8B84; }

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

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

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

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

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

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

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

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