#EB7283

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

Shades of Deep Blush #EB7283

Tints of Deep Blush #EB7283

Color information

#EB7283 (or 0xEB7283) is unknown color: approx Deep Blush. HEX triplet: EB, 72 and 83. RGB value is (235,114,131). Sum of RGB (Red+Green+Blue) = 235+114+131=480 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.96% from 480); Green value is 114 (44.92% from 255 or 23.75% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7283 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7283 is #148D7C. Grayscale: #989898. Windows color (decimal): -1346941 or 8614635. OLE color: 8614635.

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

Color convert

RGB235114131-
CMYK00.510.440.08
HSL351.57º75.16%68.43%-
HSV(B)351.57º51.49%92.16%-
XYZ44.3831.3425.18-
YUV152.12116.09187.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.96%
GREEN value IS 114 (44.92% from 255) = 23.75%
BLUE value IS 131 (51.56% from 255) = 27.29%
R=48.96%
G=23.75%
B=27.29%

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
Decimal23511413100.510.440.08351.5775.1668.43
HexEB72830332C81604b44
Octal3531622030635410540113104
Binary111010111110010100000110110011101100100010110000010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7283; }

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

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

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

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

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

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

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

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