#EB6890

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

Shades of Deep Blush #EB6890

Tints of Deep Blush #EB6890

Color information

#EB6890 (or 0xEB6890) is unknown color: approx Deep Blush. HEX triplet: EB, 68 and 90. RGB value is (235,104,144). Sum of RGB (Red+Green+Blue) = 235+104+144=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6890 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6890 is #14976F. Grayscale: #939393. Windows color (decimal): -1349488 or 9464043. OLE color: 9464043.

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

Color convert

RGB235104144-
CMYK00.560.390.08
HSL341.68º76.61%66.47%-
HSV(B)341.68º55.74%92.16%-
XYZ44.2529.5829.76-
YUV147.73125.9190.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.65%
GREEN value IS 104 (41.02% from 255) = 21.53%
BLUE value IS 144 (56.64% from 255) = 29.81%
R=48.65%
G=21.53%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510414400.560.390.08341.6876.6166.47
HexEB68900382781564d42
Octal3531502200704710526115102
Binary111010111101000100100000111000100111100010101011010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6890; }

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

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

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

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

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

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

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

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