#EF6998

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

Shades of Deep Blush #EF6998

Tints of Deep Blush #EF6998

Color information

#EF6998 (or 0xEF6998) is unknown color: approx Deep Blush. HEX triplet: EF, 69 and 98. RGB value is (239,105,152). Sum of RGB (Red+Green+Blue) = 239+105+152=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6998 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6998 is #109667. Grayscale: #969696. Windows color (decimal): -1087080 or 9988591. OLE color: 9988591.

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

Color convert

RGB239105152-
CMYK00.560.360.06
HSL338.96º80.72%67.45%-
HSV(B)338.96º56.07%93.73%-
XYZ46.3230.7233.19-
YUV150.42128.89191.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.19%
GREEN value IS 105 (41.41% from 255) = 21.17%
BLUE value IS 152 (59.77% from 255) = 30.65%
R=48.19%
G=21.17%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910515200.560.360.06338.9680.7267.45
HexEF69980382461535143
Octal357151230070446523121103
Binary11101111110100110011000011100010010011010101001110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6998; }

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

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

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

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

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

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

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

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