#EF9090

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

Shades of Sweet Pink #EF9090

Tints of Sweet Pink #EF9090

Color information

#EF9090 (or 0xEF9090) is unknown color: approx Sweet Pink. HEX triplet: EF, 90 and 90. RGB value is (239,144,144). Sum of RGB (Red+Green+Blue) = 239+144+144=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9090 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9090 is #106F6F. Grayscale: #ACACAC. Windows color (decimal): -1077104 or 9474287. OLE color: 9474287.

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

Color convert

RGB239144144-
CMYK00.400.400.06
HSL74.8%75.1%-
HSV(B)39.75%93.73%-
XYZ50.640.3131.5-
YUV172.4111.97175.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.35%
GREEN value IS 144 (56.64% from 255) = 27.32%
BLUE value IS 144 (56.64% from 255) = 27.32%
R=45.35%
G=27.32%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914414400.400.400.06074.875.1
HexEF909002828604b4b
Octal3572202200505060113113
Binary1110111110010000100100000101000101000110010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9090; }

 p { color: rgb(239,144,144); }

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

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

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

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

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

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

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