#EA7488

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

Shades of Deep Blush #EA7488

Tints of Deep Blush #EA7488

Color information

#EA7488 (or 0xEA7488) is unknown color: approx Deep Blush. HEX triplet: EA, 74 and 88. RGB value is (234,116,136). Sum of RGB (Red+Green+Blue) = 234+116+136=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7488 is #158B77. Grayscale: #999999. Windows color (decimal): -1411960 or 8942826. OLE color: 8942826.

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

Color convert

RGB234116136-
CMYK00.500.420.08
HSL349.83º73.75%68.63%-
HSV(B)349.83º50.43%91.76%-
XYZ44.6231.7627.07-
YUV153.56118.09185.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.15%
GREEN value IS 116 (45.70% from 255) = 23.87%
BLUE value IS 136 (53.52% from 255) = 27.98%
R=48.15%
G=23.87%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411613600.500.420.08349.8373.7568.63
HexEA74880322A815e4a45
Octal3521642100625210536112105
Binary111010101110100100010000110010101010100010101111010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7488; }

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

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

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

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

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

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

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

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