#EF928A

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

Shades of Sweet Pink #EF928A

Tints of Sweet Pink #EF928A

Color information

#EF928A (or 0xEF928A) is unknown color: approx Sweet Pink. HEX triplet: EF, 92 and 8A. RGB value is (239,146,138). Sum of RGB (Red+Green+Blue) = 239+146+138=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF928A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF928A is #106D75. Grayscale: #ADADAD. Windows color (decimal): -1076598 or 9081583. OLE color: 9081583.

HSL color Cylindrical-coordinate representation of color #EF928A: hue angle of 4.75º 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 #EF928A is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB239146138-
CMYK00.390.420.06
HSL4.75º75.94%73.92%-
HSV(B)4.75º42.26%93.73%-
XYZ50.4640.7429.25-
YUV172.9108.31175.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.70%
GREEN value IS 146 (57.42% from 255) = 27.92%
BLUE value IS 138 (54.30% from 255) = 26.39%
R=45.70%
G=27.92%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914613800.390.420.064.7575.9473.92
HexEF928A0272A654c4a
Octal3572222120475265114112
Binary111011111001001010001010010011110101011010110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF928A; }

 p { color: rgb(239,146,138); }

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

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

 a { background-color: rgb(239,146,138); }

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

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

 span { border-color: rgb(239,146,138); }

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