#EB918D

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

Shades of Sweet Pink #EB918D

Tints of Sweet Pink #EB918D

Color information

#EB918D (or 0xEB918D) is unknown color: approx Sweet Pink. HEX triplet: EB, 91 and 8D. RGB value is (235,145,141). Sum of RGB (Red+Green+Blue) = 235+145+141=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EB918D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB918D is #146E72. Grayscale: #ABABAB. Windows color (decimal): -1338995 or 9277931. OLE color: 9277931.

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

Color convert

RGB235145141-
CMYK00.380.40.08
HSL2.55º70.15%73.73%-
HSV(B)2.55º40%92.16%-
XYZ49.1939.8430.3-
YUV171.45110.82173.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.11%
GREEN value IS 145 (57.03% from 255) = 27.83%
BLUE value IS 141 (55.47% from 255) = 27.06%
R=45.11%
G=27.83%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514514100.380.40.082.5570.1573.73
HexEB918D0262883464a
Octal35322121504650103106112
Binary111010111001000110001101010011010100010001110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB918D; }

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

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

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

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

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

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

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

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