#EA7884

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

Shades of Deep Blush #EA7884

Tints of Deep Blush #EA7884

Color information

#EA7884 (or 0xEA7884) is unknown color: approx Deep Blush. HEX triplet: EA, 78 and 84. RGB value is (234,120,132). Sum of RGB (Red+Green+Blue) = 234+120+132=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 120 (47.27% from 255 or 24.69% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7884 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7884 is #15877B. Grayscale: #9B9B9B. Windows color (decimal): -1410940 or 8681706. OLE color: 8681706.

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

Color convert

RGB234120132-
CMYK00.490.440.08
HSL353.68º73.08%69.41%-
HSV(B)353.68º48.72%91.76%-
XYZ44.8132.5925.76-
YUV155.45114.77184.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.15%
GREEN value IS 120 (47.27% from 255) = 24.69%
BLUE value IS 132 (51.95% from 255) = 27.16%
R=48.15%
G=24.69%
B=27.16%

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
Decimal23412013200.490.440.08353.6873.0869.41
HexEA78840312C81624945
Octal3521702040615410542111105
Binary111010101111000100001000110001101100100010110001010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7884; }

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

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

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

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

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

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

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

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