#EB938C

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

Shades of Sweet Pink #EB938C

Tints of Sweet Pink #EB938C

Color information

#EB938C (or 0xEB938C) is unknown color: approx Sweet Pink. HEX triplet: EB, 93 and 8C. RGB value is (235,147,140). Sum of RGB (Red+Green+Blue) = 235+147+140=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 140 (55.08% from 255 or 26.82% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EB938C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB938C is #146C73. Grayscale: #ACACAC. Windows color (decimal): -1338484 or 9212907. OLE color: 9212907.

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

Color convert

RGB235147140-
CMYK00.370.400.08
HSL4.42º70.37%73.53%-
HSV(B)4.42º40.43%92.16%-
XYZ49.4340.4230.01-
YUV172.51109.65172.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.02%
GREEN value IS 147 (57.81% from 255) = 28.16%
BLUE value IS 140 (55.08% from 255) = 26.82%
R=45.02%
G=28.16%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514714000.370.400.084.4270.3773.53
HexEB938C0252884464a
Octal35322321404550104106112
Binary1110101110010011100011000100101101000100010010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB938C; }

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

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

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

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

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

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

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

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