#EB7382

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

Shades of Deep Blush #EB7382

Tints of Deep Blush #EB7382

Color information

#EB7382 (or 0xEB7382) is unknown color: approx Deep Blush. HEX triplet: EB, 73 and 82. RGB value is (235,115,130). Sum of RGB (Red+Green+Blue) = 235+115+130=480 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.96% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7382 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7382 is #148C7D. Grayscale: #989898. Windows color (decimal): -1346686 or 8549355. OLE color: 8549355.

HSL color Cylindrical-coordinate representation of color #EB7382: hue angle of 352.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB7382 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB235115130-
CMYK00.510.450.08
HSL352.5º75%68.63%-
HSV(B)352.5º51.06%92.16%-
XYZ44.4231.5424.86-
YUV152.59115.26186.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.96%
GREEN value IS 115 (45.31% from 255) = 23.96%
BLUE value IS 130 (51.17% from 255) = 27.08%
R=48.96%
G=23.96%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511513000.510.450.08352.57568.63
HexEB73820332D81604b45
Octal3531632020635510540113105
Binary111010111110011100000100110011101101100010110000010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7382; }

 p { color: rgb(235,115,130); }

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

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

 a { background-color: rgb(235,115,130); }

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

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

 span { border-color: rgb(235,115,130); }

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