#EB6A81

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

Shades of Deep Blush #EB6A81

Tints of Deep Blush #EB6A81

Color information

#EB6A81 (or 0xEB6A81) is unknown color: approx Deep Blush. HEX triplet: EB, 6A and 81. RGB value is (235,106,129). Sum of RGB (Red+Green+Blue) = 235+106+129=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6A81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6A81 is #14957E. Grayscale: #939393. Windows color (decimal): -1348991 or 8481515. OLE color: 8481515.

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

Color convert

RGB235106129-
CMYK00.550.450.08
HSL349.3º76.33%66.86%-
HSV(B)349.3º54.89%92.16%-
XYZ43.3829.5624.19-
YUV147.19117.74190.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50%
GREEN value IS 106 (41.80% from 255) = 22.55%
BLUE value IS 129 (50.78% from 255) = 27.45%
R=50%
G=22.55%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510612900.550.450.08349.376.3366.86
HexEB6A810372D815d4c43
Octal3531522010675510535114103
Binary111010111101010100000010110111101101100010101110110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6A81; }

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

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

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

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

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

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

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

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