#EF968A

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

Shades of Sweet Pink #EF968A

Tints of Sweet Pink #EF968A

Color information

#EF968A (or 0xEF968A) is unknown color: approx Sweet Pink. HEX triplet: EF, 96 and 8A. RGB value is (239,150,138). Sum of RGB (Red+Green+Blue) = 239+150+138=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EF968A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF968A is #106975. Grayscale: #AFAFAF. Windows color (decimal): -1075574 or 9082607. OLE color: 9082607.

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

Color convert

RGB239150138-
CMYK00.370.420.06
HSL7.13º75.94%73.92%-
HSV(B)7.13º42.26%93.73%-
XYZ51.094229.46-
YUV175.24106.99173.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.35%
GREEN value IS 150 (58.98% from 255) = 28.46%
BLUE value IS 138 (54.30% from 255) = 26.19%
R=45.35%
G=28.46%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915013800.370.420.067.1375.9473.92
HexEF968A0252A674c4a
Octal3572262120455267114112
Binary111011111001011010001010010010110101011011110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF968A; }

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

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

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

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

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

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

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

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