#EB7483

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

Shades of Deep Blush #EB7483

Tints of Deep Blush #EB7483

Color information

#EB7483 (or 0xEB7483) is unknown color: approx Deep Blush. HEX triplet: EB, 74 and 83. RGB value is (235,116,131). Sum of RGB (Red+Green+Blue) = 235+116+131=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 131 (51.56% from 255 or 27.18% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7483 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7483 is #148B7C. Grayscale: #999999. Windows color (decimal): -1346429 or 8615147. OLE color: 8615147.

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

Color convert

RGB235116131-
CMYK00.510.440.08
HSL352.44º74.84%68.82%-
HSV(B)352.44º50.64%92.16%-
XYZ44.631.7925.26-
YUV153.29115.42186.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.76%
GREEN value IS 116 (45.70% from 255) = 24.07%
BLUE value IS 131 (51.56% from 255) = 27.18%
R=48.76%
G=24.07%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511613100.510.440.08352.4474.8468.82
HexEB74830332C81604b45
Octal3531642030635410540113105
Binary111010111110100100000110110011101100100010110000010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7483; }

 p { color: rgb(235,116,131); }

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

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

 a { background-color: rgb(235,116,131); }

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

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

 span { border-color: rgb(235,116,131); }

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