#EB938D

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

Shades of Sweet Pink #EB938D

Tints of Sweet Pink #EB938D

Color information

#EB938D (or 0xEB938D) is unknown color: approx Sweet Pink. HEX triplet: EB, 93 and 8D. RGB value is (235,147,141). Sum of RGB (Red+Green+Blue) = 235+147+141=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EB938D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB938D is #146C72. Grayscale: #ACACAC. Windows color (decimal): -1338483 or 9278443. OLE color: 9278443.

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

Color convert

RGB235147141-
CMYK00.370.40.08
HSL3.83º70.15%73.73%-
HSV(B)3.83º40%92.16%-
XYZ49.540.4530.4-
YUV172.63110.15172.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.93%
GREEN value IS 147 (57.81% from 255) = 28.11%
BLUE value IS 141 (55.47% from 255) = 26.96%
R=44.93%
G=28.11%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514714100.370.40.083.8370.1573.73
HexEB938D0252884464a
Octal35322321504550104106112
Binary1110101110010011100011010100101101000100010010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB938D; }

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

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

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

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

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

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

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

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