#EF618D

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

Shades of Deep Blush #EF618D

Tints of Deep Blush #EF618D

Color information

#EF618D (or 0xEF618D) is unknown color: approx Deep Blush. HEX triplet: EF, 61 and 8D. RGB value is (239,97,141). Sum of RGB (Red+Green+Blue) = 239+97+141=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 97 (38.28% from 255 or 20.34% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF618D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF618D is #109E72. Grayscale: #909090. Windows color (decimal): -1089139 or 9265647. OLE color: 9265647.

HSL color Cylindrical-coordinate representation of color #EF618D: hue angle of 341.41º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF618D is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB23997141-
CMYK00.590.410.06
HSL341.41º81.61%65.88%-
HSV(B)341.41º59.41%93.73%-
XYZ44.6828.8228.41-
YUV144.47126.04195.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.10%
GREEN value IS 97 (38.28% from 255) = 20.34%
BLUE value IS 141 (55.47% from 255) = 29.56%
R=50.10%
G=20.34%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399714100.590.410.06341.4181.6165.88
HexEF618D03B2961555242
Octal357141215073516525122102
Binary11101111110000110001101011101110100111010101010110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF618D; }

 p { color: rgb(239,97,141); }

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

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

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

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

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

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

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