#EF6C82

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

Shades of Deep Blush #EF6C82

Tints of Deep Blush #EF6C82

Color information

#EF6C82 (or 0xEF6C82) is unknown color: approx Deep Blush. HEX triplet: EF, 6C and 82. RGB value is (239,108,130). Sum of RGB (Red+Green+Blue) = 239+108+130=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6C82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6C82 is #10937D. Grayscale: #959595. Windows color (decimal): -1086334 or 8547567. OLE color: 8547567.

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

Color convert

RGB239108130-
CMYK00.550.460.06
HSL349.92º80.37%68.04%-
HSV(B)349.92º54.81%93.73%-
XYZ44.9930.6924.67-
YUV149.68116.9191.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.10%
GREEN value IS 108 (42.58% from 255) = 22.64%
BLUE value IS 130 (51.17% from 255) = 27.25%
R=50.10%
G=22.64%
B=27.25%

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
Decimal23910813000.550.460.06349.9280.3768.04
HexEF6C820372E615e5044
Octal357154202067566536120104
Binary11101111110110010000010011011110111011010101111010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6C82; }

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

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

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

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

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

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

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

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