#EB6E93

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

Shades of Deep Blush #EB6E93

Tints of Deep Blush #EB6E93

Color information

#EB6E93 (or 0xEB6E93) is unknown color: approx Deep Blush. HEX triplet: EB, 6E and 93. RGB value is (235,110,147). Sum of RGB (Red+Green+Blue) = 235+110+147=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6E93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6E93 is #14916C. Grayscale: #979797. Windows color (decimal): -1347949 or 9662187. OLE color: 9662187.

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

Color convert

RGB235110147-
CMYK00.530.370.08
HSL342.24º75.76%67.65%-
HSV(B)342.24º53.19%92.16%-
XYZ45.130.9231.19-
YUV151.59125.41187.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.76%
GREEN value IS 110 (43.36% from 255) = 22.36%
BLUE value IS 147 (57.81% from 255) = 29.88%
R=47.76%
G=22.36%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511014700.530.370.08342.2475.7667.65
HexEB6E930352581564c44
Octal3531562230654510526114104
Binary111010111101110100100110110101100101100010101011010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6E93; }

 p { color: rgb(235,110,147); }

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

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

 a { background-color: rgb(235,110,147); }

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

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

 span { border-color: rgb(235,110,147); }

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