#eb7182

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

Shades of Deep Blush #EB7182

Tints of Deep Blush #EB7182

Color information

#EB7182 (or 0xEB7182) is unknown color: approx Deep Blush. HEX triplet: EB, 71 and 82. RGB value is (235,113,130). Sum of RGB (Red+Green+Blue) = 235+113+130=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7182 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7182 is #148E7D. Grayscale: #979797. Windows color (decimal): -1347198 or 8548843. OLE color: 8548843.

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

Color convert

RGB235113130-
CMYK00.520.450.08
HSL351.64º75.31%68.24%-
HSV(B)351.64º51.91%92.16%-
XYZ44.231.0824.79-
YUV151.42115.92187.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.16%
GREEN value IS 113 (44.53% from 255) = 23.64%
BLUE value IS 130 (51.17% from 255) = 27.20%
R=49.16%
G=23.64%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511313000.520.450.08351.6475.3168.24
HexEB71820342D81604b44
Octal3531612020645510540113104
Binary111010111110001100000100110100101101100010110000010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb7182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb7182; }

 p { color: rgb(235,113,130); }

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

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

 a { background-color: rgb(235,113,130); }

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

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

 span { border-color: rgb(235,113,130); }

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