#EA7784

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

Shades of Deep Blush #EA7784

Tints of Deep Blush #EA7784

Color information

#EA7784 (or 0xEA7784) is unknown color: approx Deep Blush. HEX triplet: EA, 77 and 84. RGB value is (234,119,132). Sum of RGB (Red+Green+Blue) = 234+119+132=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7784 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7784 is #15887B. Grayscale: #9A9A9A. Windows color (decimal): -1411196 or 8681450. OLE color: 8681450.

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

Color convert

RGB234119132-
CMYK00.490.440.08
HSL353.22º73.25%69.22%-
HSV(B)353.22º49.15%91.76%-
XYZ44.6932.3525.72-
YUV154.87115.1184.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.25%
GREEN value IS 119 (46.88% from 255) = 24.54%
BLUE value IS 132 (51.95% from 255) = 27.22%
R=48.25%
G=24.54%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411913200.490.440.08353.2273.2569.22
HexEA77840312C81614945
Octal3521672040615410541111105
Binary111010101110111100001000110001101100100010110000110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7784; }

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

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

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

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

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

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

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

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