#EB618C

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

Shades of Deep Blush #EB618C

Tints of Deep Blush #EB618C

Color information

#EB618C (or 0xEB618C) is unknown color: approx Deep Blush. HEX triplet: EB, 61 and 8C. RGB value is (235,97,140). Sum of RGB (Red+Green+Blue) = 235+97+140=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EB618C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB618C is #149E73. Grayscale: #8F8F8F. Windows color (decimal): -1351284 or 9200107. OLE color: 9200107.

HSL color Cylindrical-coordinate representation of color #EB618C: hue angle of 341.3º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EB618C is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB23597140-
CMYK00.590.400.08
HSL341.3º77.53%65.1%-
HSV(B)341.3º58.72%92.16%-
XYZ43.2728.1127.96-
YUV143.16126.22193.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.79%
GREEN value IS 97 (38.28% from 255) = 20.55%
BLUE value IS 140 (55.08% from 255) = 29.66%
R=49.79%
G=20.55%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359714000.590.400.08341.377.5365.1
HexEB618C03B2881554e41
Octal3531412140735010525116101
Binary111010111100001100011000111011101000100010101010110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB618C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB618C; }

 p { color: rgb(235,97,140); }

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

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

 a { background-color: rgb(235,97,140); }

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

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

 span { border-color: rgb(235,97,140); }

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