#EB6E94

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

Shades of Deep Blush #EB6E94

Tints of Deep Blush #EB6E94

Color information

#EB6E94 (or 0xEB6E94) is unknown color: approx Deep Blush. HEX triplet: EB, 6E and 94. RGB value is (235,110,148). Sum of RGB (Red+Green+Blue) = 235+110+148=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6E94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6E94 is #14916B. Grayscale: #979797. Windows color (decimal): -1347948 or 9727723. OLE color: 9727723.

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

Color convert

RGB235110148-
CMYK00.530.370.08
HSL341.76º75.76%67.65%-
HSV(B)341.76º53.19%92.16%-
XYZ45.1830.9531.61-
YUV151.71125.91187.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.67%
GREEN value IS 110 (43.36% from 255) = 22.31%
BLUE value IS 148 (58.20% from 255) = 30.02%
R=47.67%
G=22.31%
B=30.02%

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
Decimal23511014800.530.370.08341.7675.7667.65
HexEB6E940352581564c44
Octal3531562240654510526114104
Binary111010111101110100101000110101100101100010101011010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6E94; }

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

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

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

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

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

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

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

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