#EB648A

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

Shades of Deep Blush #EB648A

Tints of Deep Blush #EB648A

Color information

#EB648A (or 0xEB648A) is unknown color: approx Deep Blush. HEX triplet: EB, 64 and 8A. RGB value is (235,100,138). Sum of RGB (Red+Green+Blue) = 235+100+138=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EB648A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB648A is #149B75. Grayscale: #909090. Windows color (decimal): -1350518 or 9069803. OLE color: 9069803.

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

Color convert

RGB235100138-
CMYK00.570.410.08
HSL343.11º77.14%65.69%-
HSV(B)343.11º57.45%92.16%-
XYZ43.4128.6127.28-
YUV144.7124.23192.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.68%
GREEN value IS 100 (39.45% from 255) = 21.14%
BLUE value IS 138 (54.30% from 255) = 29.18%
R=49.68%
G=21.14%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510013800.570.410.08343.1177.1465.69
HexEB648A0392981574d42
Octal3531442120715110527115102
Binary111010111100100100010100111001101001100010101011110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB648A; }

 p { color: rgb(235,100,138); }

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

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

 a { background-color: rgb(235,100,138); }

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

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

 span { border-color: rgb(235,100,138); }

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