#EF6C98

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

Shades of Deep Blush #EF6C98

Tints of Deep Blush #EF6C98

Color information

#EF6C98 (or 0xEF6C98) is unknown color: approx Deep Blush. HEX triplet: EF, 6C and 98. RGB value is (239,108,152). Sum of RGB (Red+Green+Blue) = 239+108+152=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 152 (59.77% from 255 or 30.46% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6C98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6C98 is #109367. Grayscale: #989898. Windows color (decimal): -1086312 or 9989359. OLE color: 9989359.

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

Color convert

RGB239108152-
CMYK00.550.360.06
HSL339.85º80.37%68.04%-
HSV(B)339.85º54.81%93.73%-
XYZ46.6331.3433.3-
YUV152.18127.9189.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.90%
GREEN value IS 108 (42.58% from 255) = 21.64%
BLUE value IS 152 (59.77% from 255) = 30.46%
R=47.90%
G=21.64%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910815200.550.360.06339.8580.3768.04
HexEF6C980372461545044
Octal357154230067446524120104
Binary11101111110110010011000011011110010011010101010010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6C98; }

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

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

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

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

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

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

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

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