#EB6A90

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

Shades of Deep Blush #EB6A90

Tints of Deep Blush #EB6A90

Color information

#EB6A90 (or 0xEB6A90) is unknown color: approx Deep Blush. HEX triplet: EB, 6A and 90. RGB value is (235,106,144). Sum of RGB (Red+Green+Blue) = 235+106+144=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6A90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6A90 is #14956F. Grayscale: #949494. Windows color (decimal): -1348976 or 9464555. OLE color: 9464555.

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

Color convert

RGB235106144-
CMYK00.550.390.08
HSL342.33º76.33%66.86%-
HSV(B)342.33º54.89%92.16%-
XYZ44.4529.9829.83-
YUV148.9125.24189.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.45%
GREEN value IS 106 (41.80% from 255) = 21.86%
BLUE value IS 144 (56.64% from 255) = 29.69%
R=48.45%
G=21.86%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510614400.550.390.08342.3376.3366.86
HexEB6A900372781564c43
Octal3531522200674710526114103
Binary111010111101010100100000110111100111100010101011010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6A90; }

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

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

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

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

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

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

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

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