#EB8A84

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

Shades of Sweet Pink #EB8A84

Tints of Sweet Pink #EB8A84

Color information

#EB8A84 (or 0xEB8A84) is unknown color: approx Sweet Pink. HEX triplet: EB, 8A and 84. RGB value is (235,138,132). Sum of RGB (Red+Green+Blue) = 235+138+132=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 132 (51.95% from 255 or 26.14% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8A84 is #14757B. Grayscale: #A6A6A6. Windows color (decimal): -1340796 or 8686315. OLE color: 8686315.

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

Color convert

RGB235138132-
CMYK00.410.440.08
HSL3.5º72.03%71.96%-
HSV(B)3.5º43.83%92.16%-
XYZ47.5137.5126.56-
YUV166.32108.64176.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.53%
GREEN value IS 138 (54.30% from 255) = 27.33%
BLUE value IS 132 (51.95% from 255) = 26.14%
R=46.53%
G=27.33%
B=26.14%

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
Decimal23513813200.410.440.083.572.0371.96
HexEB8A840292C834848
Octal35321220405154103110110
Binary111010111000101010000100010100110110010001110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8A84; }

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

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

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

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

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

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

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

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