#EB7284

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

Shades of Deep Blush #EB7284

Tints of Deep Blush #EB7284

Color information

#EB7284 (or 0xEB7284) is unknown color: approx Deep Blush. HEX triplet: EB, 72 and 84. RGB value is (235,114,132). Sum of RGB (Red+Green+Blue) = 235+114+132=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7284 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7284 is #148D7B. Grayscale: #989898. Windows color (decimal): -1346940 or 8680171. OLE color: 8680171.

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

Color convert

RGB235114132-
CMYK00.510.440.08
HSL351.07º75.16%68.43%-
HSV(B)351.07º51.49%92.16%-
XYZ44.4431.3625.54-
YUV152.23116.59187.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.86%
GREEN value IS 114 (44.92% from 255) = 23.70%
BLUE value IS 132 (51.95% from 255) = 27.44%
R=48.86%
G=23.70%
B=27.44%

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
Decimal23511413200.510.440.08351.0775.1668.43
HexEB72840332C815f4b44
Octal3531622040635410537113104
Binary111010111110010100001000110011101100100010101111110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7284; }

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

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

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

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

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

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

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

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