#EA7984

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

Shades of Deep Blush #EA7984

Tints of Deep Blush #EA7984

Color information

#EA7984 (or 0xEA7984) is unknown color: approx Deep Blush. HEX triplet: EA, 79 and 84. RGB value is (234,121,132). Sum of RGB (Red+Green+Blue) = 234+121+132=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 121 (47.66% from 255 or 24.85% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7984 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7984 is #15867B. Grayscale: #9C9C9C. Windows color (decimal): -1410684 or 8681962. OLE color: 8681962.

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

Color convert

RGB234121132-
CMYK00.480.440.08
HSL354.16º72.9%69.61%-
HSV(B)354.16º48.29%91.76%-
XYZ44.9332.8325.8-
YUV156.04114.44183.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.05%
GREEN value IS 121 (47.66% from 255) = 24.85%
BLUE value IS 132 (51.95% from 255) = 27.10%
R=48.05%
G=24.85%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412113200.480.440.08354.1672.969.61
HexEA79840302C81624946
Octal3521712040605410542111106
Binary111010101111001100001000110000101100100010110001010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7984; }

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

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

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

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

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

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

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

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