#E07A8A

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

Shades of Deep Blush #E07A8A

Tints of Deep Blush #E07A8A

Color information

#E07A8A (or 0xE07A8A) is unknown color: approx Deep Blush. HEX triplet: E0, 7A and 8A. RGB value is (224,122,138). Sum of RGB (Red+Green+Blue) = 224+122+138=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07A8A is #1F8575. Grayscale: #9A9A9A. Windows color (decimal): -2065782 or 9075424. OLE color: 9075424.

HSL color Cylindrical-coordinate representation of color #E07A8A: hue angle of 350.59º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E07A8A is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB224122138-
CMYK00.460.380.12
HSL350.59º62.2%67.84%-
HSV(B)350.59º45.54%87.84%-
XYZ42.2931.627.92-
YUV154.32118.79177.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.28%
GREEN value IS 122 (48.05% from 255) = 25.21%
BLUE value IS 138 (54.30% from 255) = 28.51%
R=46.28%
G=25.21%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412213800.460.380.12350.5962.267.84
HexE07A8A02E26C15f3e44
Octal340172212056461453776104
Binary11100000111101010001010010111010011011001010111111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07A8A; }

 p { color: rgb(224,122,138); }

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

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

 a { background-color: rgb(224,122,138); }

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

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

 span { border-color: rgb(224,122,138); }

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