#EB6E84

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

Shades of Deep Blush #EB6E84

Tints of Deep Blush #EB6E84

Color information

#EB6E84 (or 0xEB6E84) is unknown color: approx Deep Blush. HEX triplet: EB, 6E and 84. RGB value is (235,110,132). Sum of RGB (Red+Green+Blue) = 235+110+132=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6E84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6E84 is #14917B. Grayscale: #959595. Windows color (decimal): -1347964 or 8679147. OLE color: 8679147.

HSL color Cylindrical-coordinate representation of color #EB6E84: hue angle of 349.44º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EB6E84 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB235110132-
CMYK00.530.440.08
HSL349.44º75.76%67.65%-
HSV(B)349.44º53.19%92.16%-
XYZ4430.4825.39-
YUV149.88117.91188.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.27%
GREEN value IS 110 (43.36% from 255) = 23.06%
BLUE value IS 132 (51.95% from 255) = 27.67%
R=49.27%
G=23.06%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511013200.530.440.08349.4475.7667.65
HexEB6E840352C815d4c44
Octal3531562040655410535114104
Binary111010111101110100001000110101101100100010101110110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6E84; }

 p { color: rgb(235,110,132); }

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

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

 a { background-color: rgb(235,110,132); }

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

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

 span { border-color: rgb(235,110,132); }

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