#EB6482

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

Shades of Deep Blush #EB6482

Tints of Deep Blush #EB6482

Color information

#EB6482 (or 0xEB6482) is unknown color: approx Deep Blush. HEX triplet: EB, 64 and 82. RGB value is (235,100,130). Sum of RGB (Red+Green+Blue) = 235+100+130=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6482 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6482 is #149B7D. Grayscale: #8F8F8F. Windows color (decimal): -1350526 or 8545515. OLE color: 8545515.

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

Color convert

RGB235100130-
CMYK00.570.450.08
HSL346.67º77.14%65.69%-
HSV(B)346.67º57.45%92.16%-
XYZ42.8528.3924.34-
YUV143.78120.23193.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.54%
GREEN value IS 100 (39.45% from 255) = 21.51%
BLUE value IS 130 (51.17% from 255) = 27.96%
R=50.54%
G=21.51%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510013000.570.450.08346.6777.1465.69
HexEB64820392D815b4d42
Octal3531442020715510533115102
Binary111010111100100100000100111001101101100010101101110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6482; }

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

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

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

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

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

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

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

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