#EF6885

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

Shades of Deep Blush #EF6885

Tints of Deep Blush #EF6885

Color information

#EF6885 (or 0xEF6885) is unknown color: approx Deep Blush. HEX triplet: EF, 68 and 85. RGB value is (239,104,133). Sum of RGB (Red+Green+Blue) = 239+104+133=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 104 (41.02% from 255 or 21.85% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6885 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6885 is #10977A. Grayscale: #939393. Windows color (decimal): -1087355 or 8743151. OLE color: 8743151.

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

Color convert

RGB239104133-
CMYK00.560.440.06
HSL347.11º80.84%67.25%-
HSV(B)347.11º56.49%93.73%-
XYZ44.7829.9425.61-
YUV147.67119.73193.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.21%
GREEN value IS 104 (41.02% from 255) = 21.85%
BLUE value IS 133 (52.34% from 255) = 27.94%
R=50.21%
G=21.85%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910413300.560.440.06347.1180.8467.25
HexEF68850382C615b5143
Octal357150205070546533121103
Binary11101111110100010000101011100010110011010101101110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6885; }

 p { color: rgb(239,104,133); }

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

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

 a { background-color: rgb(239,104,133); }

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

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

 span { border-color: rgb(239,104,133); }

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