#EF948E

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

Shades of Sweet Pink #EF948E

Tints of Sweet Pink #EF948E

Color information

#EF948E (or 0xEF948E) is unknown color: approx Sweet Pink. HEX triplet: EF, 94 and 8E. RGB value is (239,148,142). Sum of RGB (Red+Green+Blue) = 239+148+142=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EF948E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF948E is #106B71. Grayscale: #AEAEAE. Windows color (decimal): -1076082 or 9344239. OLE color: 9344239.

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

Color convert

RGB239148142-
CMYK00.380.410.06
HSL3.71º75.19%74.71%-
HSV(B)3.71º40.59%93.73%-
XYZ51.0741.4830.91-
YUV174.52109.65173.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.18%
GREEN value IS 148 (58.20% from 255) = 27.98%
BLUE value IS 142 (55.86% from 255) = 26.84%
R=45.18%
G=27.98%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914814200.380.410.063.7175.1974.71
HexEF948E02629644b4b
Octal3572242160465164113113
Binary111011111001010010001110010011010100111010010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF948E; }

 p { color: rgb(239,148,142); }

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

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

 a { background-color: rgb(239,148,142); }

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

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

 span { border-color: rgb(239,148,142); }

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