#EB918E

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

Shades of Sweet Pink #EB918E

Tints of Sweet Pink #EB918E

Color information

#EB918E (or 0xEB918E) is unknown color: approx Sweet Pink. HEX triplet: EB, 91 and 8E. RGB value is (235,145,142). Sum of RGB (Red+Green+Blue) = 235+145+142=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EB918E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB918E is #146E71. Grayscale: #ABABAB. Windows color (decimal): -1338994 or 9343467. OLE color: 9343467.

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

Color convert

RGB235145142-
CMYK00.380.400.08
HSL1.94º69.92%73.92%-
HSV(B)1.94º39.57%92.16%-
XYZ49.2739.8730.69-
YUV171.57111.32173.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.02%
GREEN value IS 145 (57.03% from 255) = 27.78%
BLUE value IS 142 (55.86% from 255) = 27.20%
R=45.02%
G=27.78%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514514200.380.400.081.9469.9273.92
HexEB918E0262882464a
Octal35322121604650102106112
Binary111010111001000110001110010011010100010001010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB918E; }

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

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

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

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

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

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

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

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