#EF698B

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

Shades of Deep Blush #EF698B

Tints of Deep Blush #EF698B

Color information

#EF698B (or 0xEF698B) is unknown color: approx Deep Blush. HEX triplet: EF, 69 and 8B. RGB value is (239,105,139). Sum of RGB (Red+Green+Blue) = 239+105+139=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 105 (41.41% from 255 or 21.74% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF698B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF698B is #109674. Grayscale: #949494. Windows color (decimal): -1087093 or 9136623. OLE color: 9136623.

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

Color convert

RGB239105139-
CMYK00.560.420.06
HSL344.78º80.72%67.45%-
HSV(B)344.78º56.07%93.73%-
XYZ45.3130.3227.89-
YUV148.94122.39192.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.48%
GREEN value IS 105 (41.41% from 255) = 21.74%
BLUE value IS 139 (54.69% from 255) = 28.78%
R=49.48%
G=21.74%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910513900.560.420.06344.7880.7267.45
HexEF698B0382A61595143
Octal357151213070526531121103
Binary11101111110100110001011011100010101011010101100110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF698B; }

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

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

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

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

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

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

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

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