#EF918F

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

Shades of Sweet Pink #EF918F

Tints of Sweet Pink #EF918F

Color information

#EF918F (or 0xEF918F) is unknown color: approx Sweet Pink. HEX triplet: EF, 91 and 8F. RGB value is (239,145,143). Sum of RGB (Red+Green+Blue) = 239+145+143=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 143 (56.25% from 255 or 27.13% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EF918F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF918F is #106E70. Grayscale: #ACACAC. Windows color (decimal): -1076849 or 9409007. OLE color: 9409007.

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

Color convert

RGB239145143-
CMYK00.390.400.06
HSL1.25º75%74.9%-
HSV(B)1.25º40.17%93.73%-
XYZ50.6840.5831.15-
YUV172.88111.14175.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.35%
GREEN value IS 145 (57.03% from 255) = 27.51%
BLUE value IS 143 (56.25% from 255) = 27.13%
R=45.35%
G=27.51%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914514300.390.400.061.257574.9
HexEF918F02728614b4b
Octal3572212170475061113113
Binary1110111110010001100011110100111101000110110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF918F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF918F; }

 p { color: rgb(239,145,143); }

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

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

 a { background-color: rgb(239,145,143); }

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

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

 span { border-color: rgb(239,145,143); }

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