#EB6E92

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

Shades of Deep Blush #EB6E92

Tints of Deep Blush #EB6E92

Color information

#EB6E92 (or 0xEB6E92) is unknown color: approx Deep Blush. HEX triplet: EB, 6E and 92. RGB value is (235,110,146). Sum of RGB (Red+Green+Blue) = 235+110+146=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6E92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6E92 is #14916D. Grayscale: #979797. Windows color (decimal): -1347950 or 9596651. OLE color: 9596651.

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

Color convert

RGB235110146-
CMYK00.530.380.08
HSL342.72º75.76%67.65%-
HSV(B)342.72º53.19%92.16%-
XYZ45.0330.8930.78-
YUV151.48124.91187.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.86%
GREEN value IS 110 (43.36% from 255) = 22.40%
BLUE value IS 146 (57.42% from 255) = 29.74%
R=47.86%
G=22.40%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511014600.530.380.08342.7275.7667.65
HexEB6E920352681574c44
Octal3531562220654610527114104
Binary111010111101110100100100110101100110100010101011110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6E92; }

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

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

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

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

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

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

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

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