#EA7484

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

Shades of Deep Blush #EA7484

Tints of Deep Blush #EA7484

Color information

#EA7484 (or 0xEA7484) is unknown color: approx Deep Blush. HEX triplet: EA, 74 and 84. RGB value is (234,116,132). Sum of RGB (Red+Green+Blue) = 234+116+132=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7484 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7484 is #158B7B. Grayscale: #999999. Windows color (decimal): -1411964 or 8680682. OLE color: 8680682.

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

Color convert

RGB234116132-
CMYK00.500.440.08
HSL351.86º73.75%68.63%-
HSV(B)351.86º50.43%91.76%-
XYZ44.3431.6525.6-
YUV153.11116.09185.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.55%
GREEN value IS 116 (45.70% from 255) = 24.07%
BLUE value IS 132 (51.95% from 255) = 27.39%
R=48.55%
G=24.07%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411613200.500.440.08351.8673.7568.63
HexEA74840322C81604a45
Octal3521642040625410540112105
Binary111010101110100100001000110010101100100010110000010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7484; }

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

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

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

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

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

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

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

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