#EB6791

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

Shades of Deep Blush #EB6791

Tints of Deep Blush #EB6791

Color information

#EB6791 (or 0xEB6791) is unknown color: approx Deep Blush. HEX triplet: EB, 67 and 91. RGB value is (235,103,145). Sum of RGB (Red+Green+Blue) = 235+103+145=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 103 (40.62% from 255 or 21.33% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6791 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6791 is #14986E. Grayscale: #939393. Windows color (decimal): -1349743 or 9529323. OLE color: 9529323.

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

Color convert

RGB235103145-
CMYK00.560.380.08
HSL340.91º76.74%66.27%-
HSV(B)340.91º56.17%92.16%-
XYZ44.2229.4130.13-
YUV147.26126.73190.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.65%
GREEN value IS 103 (40.62% from 255) = 21.33%
BLUE value IS 145 (57.03% from 255) = 30.02%
R=48.65%
G=21.33%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510314500.560.380.08340.9176.7466.27
HexEB67910382681554d42
Octal3531472210704610525115102
Binary111010111100111100100010111000100110100010101010110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6791; }

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

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

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

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

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

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

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

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