#EF6E98

Color #EF6E98 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #EF6E98

Tints of Deep Blush #EF6E98

Color information

#EF6E98 (or 0xEF6E98) is unknown color: approx Deep Blush. HEX triplet: EF, 6E and 98. RGB value is (239,110,152). Sum of RGB (Red+Green+Blue) = 239+110+152=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6E98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6E98 is #109167. Grayscale: #999999. Windows color (decimal): -1085800 or 9989871. OLE color: 9989871.

HSL color Cylindrical-coordinate representation of color #EF6E98: hue angle of 340.47º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6E98 is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB239110152-
CMYK00.540.360.06
HSL340.47º80.12%68.43%-
HSV(B)340.47º53.97%93.73%-
XYZ46.8431.7733.37-
YUV153.36127.24189.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.70%
GREEN value IS 110 (43.36% from 255) = 21.96%
BLUE value IS 152 (59.77% from 255) = 30.34%
R=47.70%
G=21.96%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911015200.540.360.06340.4780.1268.43
HexEF6E980362461545044
Octal357156230066446524120104
Binary11101111110111010011000011011010010011010101010010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6E98; }

 p { color: rgb(239,110,152); }

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

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

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

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

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

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

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