#EB918A

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

Shades of Sweet Pink #EB918A

Tints of Sweet Pink #EB918A

Color information

#EB918A (or 0xEB918A) is unknown color: approx Sweet Pink. HEX triplet: EB, 91 and 8A. RGB value is (235,145,138). Sum of RGB (Red+Green+Blue) = 235+145+138=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EB918A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB918A is #146E75. Grayscale: #ABABAB. Windows color (decimal): -1338998 or 9081323. OLE color: 9081323.

HSL color Cylindrical-coordinate representation of color #EB918A: hue angle of 4.33º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB918A is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB235145138-
CMYK00.380.410.08
HSL4.33º70.8%73.14%-
HSV(B)4.33º41.28%92.16%-
XYZ48.9739.7529.14-
YUV171.11109.32173.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.37%
GREEN value IS 145 (57.03% from 255) = 27.99%
BLUE value IS 138 (54.30% from 255) = 26.64%
R=45.37%
G=27.99%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514513800.380.410.084.3370.873.14
HexEB918A02629844749
Octal35322121204651104107111
Binary1110101110010001100010100100110101001100010010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB918A; }

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

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

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

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

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

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

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

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