#EB6590

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

Shades of Deep Blush #EB6590

Tints of Deep Blush #EB6590

Color information

#EB6590 (or 0xEB6590) is unknown color: approx Deep Blush. HEX triplet: EB, 65 and 90. RGB value is (235,101,144). Sum of RGB (Red+Green+Blue) = 235+101+144=480 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.96% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6590 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6590 is #149A6F. Grayscale: #919191. Windows color (decimal): -1350256 or 9463275. OLE color: 9463275.

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

Color convert

RGB235101144-
CMYK00.570.390.08
HSL340.75º77.01%65.88%-
HSV(B)340.75º57.02%92.16%-
XYZ43.9528.9829.66-
YUV145.97126.89191.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.96%
GREEN value IS 101 (39.84% from 255) = 21.04%
BLUE value IS 144 (56.64% from 255) = 30%
R=48.96%
G=21.04%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510114400.570.390.08340.7577.0165.88
HexEB65900392781554d42
Octal3531452200714710525115102
Binary111010111100101100100000111001100111100010101010110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6590; }

 p { color: rgb(235,101,144); }

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

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

 a { background-color: rgb(235,101,144); }

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

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

 span { border-color: rgb(235,101,144); }

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