#EF908B

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

Shades of Sweet Pink #EF908B

Tints of Sweet Pink #EF908B

Color information

#EF908B (or 0xEF908B) is unknown color: approx Sweet Pink. HEX triplet: EF, 90 and 8B. RGB value is (239,144,139). Sum of RGB (Red+Green+Blue) = 239+144+139=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EF908B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF908B is #106F74. Grayscale: #ABABAB. Windows color (decimal): -1077109 or 9146607. OLE color: 9146607.

HSL color Cylindrical-coordinate representation of color #EF908B: hue angle of 3º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF908B is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB239144139-
CMYK00.400.420.06
HSL75.76%74.12%-
HSV(B)41.84%93.73%-
XYZ50.2340.1629.53-
YUV171.83109.47175.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.79%
GREEN value IS 144 (56.64% from 255) = 27.59%
BLUE value IS 139 (54.69% from 255) = 26.63%
R=45.79%
G=27.59%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914413900.400.420.06375.7674.12
HexEF908B0282A634c4a
Octal3572202130505263114112
Binary11101111100100001000101101010001010101101110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF908B; }

 p { color: rgb(239,144,139); }

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

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

 a { background-color: rgb(239,144,139); }

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

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

 span { border-color: rgb(239,144,139); }

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