#EF6C81

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

Shades of Deep Blush #EF6C81

Tints of Deep Blush #EF6C81

Color information

#EF6C81 (or 0xEF6C81) is unknown color: approx Deep Blush. HEX triplet: EF, 6C and 81. RGB value is (239,108,129). Sum of RGB (Red+Green+Blue) = 239+108+129=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6C81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6C81 is #10937E. Grayscale: #959595. Windows color (decimal): -1086335 or 8482031. OLE color: 8482031.

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

Color convert

RGB239108129-
CMYK00.550.460.06
HSL350.38º80.37%68.04%-
HSV(B)350.38º54.81%93.73%-
XYZ44.9230.6624.32-
YUV149.56116.4191.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.21%
GREEN value IS 108 (42.58% from 255) = 22.69%
BLUE value IS 129 (50.78% from 255) = 27.10%
R=50.21%
G=22.69%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910812900.550.460.06350.3880.3768.04
HexEF6C810372E615e5044
Octal357154201067566536120104
Binary11101111110110010000001011011110111011010101111010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6C81; }

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

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

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

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

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

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

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

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