#EB948D

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

Shades of Sweet Pink #EB948D

Tints of Sweet Pink #EB948D

Color information

#EB948D (or 0xEB948D) is unknown color: approx Sweet Pink. HEX triplet: EB, 94 and 8D. RGB value is (235,148,141). Sum of RGB (Red+Green+Blue) = 235+148+141=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EB948D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB948D is #146B72. Grayscale: #ADADAD. Windows color (decimal): -1338227 or 9278699. OLE color: 9278699.

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

Color convert

RGB235148141-
CMYK00.370.40.08
HSL4.47º70.15%73.73%-
HSV(B)4.47º40%92.16%-
XYZ49.6640.7730.45-
YUV173.22109.82172.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.85%
GREEN value IS 148 (58.20% from 255) = 28.24%
BLUE value IS 141 (55.47% from 255) = 26.91%
R=44.85%
G=28.24%
B=26.91%

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
Decimal23514814100.370.40.084.4770.1573.73
HexEB948D0252884464a
Octal35322421504550104106112
Binary1110101110010100100011010100101101000100010010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB948D; }

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

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

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

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

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

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

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

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