#EB718E

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

Shades of Deep Blush #EB718E

Tints of Deep Blush #EB718E

Color information

#EB718E (or 0xEB718E) is unknown color: approx Deep Blush. HEX triplet: EB, 71 and 8E. RGB value is (235,113,142). Sum of RGB (Red+Green+Blue) = 235+113+142=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EB718E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB718E is #148E71. Grayscale: #989898. Windows color (decimal): -1347186 or 9335275. OLE color: 9335275.

HSL color Cylindrical-coordinate representation of color #EB718E: hue angle of 345.74º 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 #EB718E is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB235113142-
CMYK00.520.400.08
HSL345.74º75.31%68.24%-
HSV(B)345.74º51.91%92.16%-
XYZ45.0531.4329.28-
YUV152.78121.92186.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.96%
GREEN value IS 113 (44.53% from 255) = 23.06%
BLUE value IS 142 (55.86% from 255) = 28.98%
R=47.96%
G=23.06%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511314200.520.400.08345.7475.3168.24
HexEB718E03428815a4b44
Octal3531612160645010532113104
Binary111010111110001100011100110100101000100010101101010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB718E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB718E; }

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

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

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

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

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

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

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

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