#EB6190

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

Shades of Deep Blush #EB6190

Tints of Deep Blush #EB6190

Color information

#EB6190 (or 0xEB6190) is unknown color: approx Deep Blush. HEX triplet: EB, 61 and 90. RGB value is (235,97,144). Sum of RGB (Red+Green+Blue) = 235+97+144=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6190 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6190 is #149E6F. Grayscale: #8F8F8F. Windows color (decimal): -1351280 or 9462251. OLE color: 9462251.

HSL color Cylindrical-coordinate representation of color #EB6190: hue angle of 339.57º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EB6190 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB23597144-
CMYK00.590.390.08
HSL339.57º77.53%65.1%-
HSV(B)339.57º58.72%92.16%-
XYZ43.5728.2329.54-
YUV143.62128.22193.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.37%
GREEN value IS 97 (38.28% from 255) = 20.38%
BLUE value IS 144 (56.64% from 255) = 30.25%
R=49.37%
G=20.38%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359714400.590.390.08339.5777.5365.1
HexEB619003B2781544e41
Octal3531412200734710524116101
Binary111010111100001100100000111011100111100010101010010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6190; }

 p { color: rgb(235,97,144); }

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

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

 a { background-color: rgb(235,97,144); }

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

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

 span { border-color: rgb(235,97,144); }

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