#EB6793

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

Shades of Deep Blush #EB6793

Tints of Deep Blush #EB6793

Color information

#EB6793 (or 0xEB6793) is unknown color: approx Deep Blush. HEX triplet: EB, 67 and 93. RGB value is (235,103,147). Sum of RGB (Red+Green+Blue) = 235+103+147=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6793 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6793 is #14986C. Grayscale: #939393. Windows color (decimal): -1349741 or 9660395. OLE color: 9660395.

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

Color convert

RGB235103147-
CMYK00.560.370.08
HSL340º76.74%66.27%-
HSV(B)340º56.17%92.16%-
XYZ44.3829.4730.95-
YUV147.48127.73190.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.45%
GREEN value IS 103 (40.62% from 255) = 21.24%
BLUE value IS 147 (57.81% from 255) = 30.31%
R=48.45%
G=21.24%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510314700.560.370.0834076.7466.27
HexEB67930382581544d42
Octal3531472230704510524115102
Binary111010111100111100100110111000100101100010101010010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6793; }

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

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

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

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

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

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

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

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