#EF6694

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

Shades of Deep Blush #EF6694

Tints of Deep Blush #EF6694

Color information

#EF6694 (or 0xEF6694) is unknown color: approx Deep Blush. HEX triplet: EF, 66 and 94. RGB value is (239,102,148). Sum of RGB (Red+Green+Blue) = 239+102+148=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6694 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6694 is #10996B. Grayscale: #949494. Windows color (decimal): -1087852 or 9725679. OLE color: 9725679.

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

Color convert

RGB239102148-
CMYK00.570.380.06
HSL339.85º81.07%66.86%-
HSV(B)339.85º57.32%93.73%-
XYZ45.6929.9931.4-
YUV148.21127.89192.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.88%
GREEN value IS 102 (40.23% from 255) = 20.86%
BLUE value IS 148 (58.20% from 255) = 30.27%
R=48.88%
G=20.86%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910214800.570.380.06339.8581.0766.86
HexEF66940392661545143
Octal357146224071466524121103
Binary11101111110011010010100011100110011011010101010010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6694; }

 p { color: rgb(239,102,148); }

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

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

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

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

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

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

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