#EA7584

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

Shades of Deep Blush #EA7584

Tints of Deep Blush #EA7584

Color information

#EA7584 (or 0xEA7584) is unknown color: approx Deep Blush. HEX triplet: EA, 75 and 84. RGB value is (234,117,132). Sum of RGB (Red+Green+Blue) = 234+117+132=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7584 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7584 is #158A7B. Grayscale: #999999. Windows color (decimal): -1411708 or 8680938. OLE color: 8680938.

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

Color convert

RGB234117132-
CMYK00.50.440.08
HSL352.31º73.58%68.82%-
HSV(B)352.31º50%91.76%-
XYZ44.4631.8825.64-
YUV153.69115.76185.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.45%
GREEN value IS 117 (46.09% from 255) = 24.22%
BLUE value IS 132 (51.95% from 255) = 27.33%
R=48.45%
G=24.22%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411713200.50.440.08352.3173.5868.82
HexEA75840322C81604a45
Octal3521652040625410540112105
Binary111010101110101100001000110010101100100010110000010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7584; }

 p { color: rgb(234,117,132); }

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

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

 a { background-color: rgb(234,117,132); }

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

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

 span { border-color: rgb(234,117,132); }

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