#EB638C

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

Shades of Deep Blush #EB638C

Tints of Deep Blush #EB638C

Color information

#EB638C (or 0xEB638C) is unknown color: approx Deep Blush. HEX triplet: EB, 63 and 8C. RGB value is (235,99,140). Sum of RGB (Red+Green+Blue) = 235+99+140=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EB638C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB638C is #149C73. Grayscale: #909090. Windows color (decimal): -1350772 or 9200619. OLE color: 9200619.

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

Color convert

RGB23599140-
CMYK00.580.400.08
HSL341.91º77.27%65.49%-
HSV(B)341.91º57.87%92.16%-
XYZ43.4628.4828.02-
YUV144.34125.56192.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.58%
GREEN value IS 99 (39.06% from 255) = 20.89%
BLUE value IS 140 (55.08% from 255) = 29.54%
R=49.58%
G=20.89%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359914000.580.400.08341.9177.2765.49
HexEB638C03A2881564d41
Octal3531432140725010526115101
Binary111010111100011100011000111010101000100010101011010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB638C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB638C; }

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

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

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

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

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

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

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

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