#EF9B92

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

Shades of Sweet Pink #EF9B92

Tints of Sweet Pink #EF9B92

Color information

#EF9B92 (or 0xEF9B92) is unknown color: approx Sweet Pink. HEX triplet: EF, 9B and 92. RGB value is (239,155,146). Sum of RGB (Red+Green+Blue) = 239+155+146=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 146 (57.42% from 255 or 27.04% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9B92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9B92 is #10646D. Grayscale: #B3B3B3. Windows color (decimal): -1074286 or 9608175. OLE color: 9608175.

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

Color convert

RGB239155146-
CMYK00.350.390.06
HSL5.81º74.4%75.49%-
HSV(B)5.81º38.91%93.73%-
XYZ52.5143.8732.89-
YUV179.09109.33170.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.26%
GREEN value IS 155 (60.94% from 255) = 28.70%
BLUE value IS 146 (57.42% from 255) = 27.04%
R=44.26%
G=28.70%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915514600.350.390.065.8174.475.49
HexEF9B9202327664a4b
Octal3572332220434766112113
Binary111011111001101110010010010001110011111011010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9B92; }

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

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

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

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

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

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

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

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