#EA758E

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

Shades of Deep Blush #EA758E

Tints of Deep Blush #EA758E

Color information

#EA758E (or 0xEA758E) is unknown color: approx Deep Blush. HEX triplet: EA, 75 and 8E. RGB value is (234,117,142). Sum of RGB (Red+Green+Blue) = 234+117+142=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EA758E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA758E is #158A71. Grayscale: #9A9A9A. Windows color (decimal): -1411698 or 9336298. OLE color: 9336298.

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

Color convert

RGB234117142-
CMYK00.50.390.08
HSL347.18º73.58%68.82%-
HSV(B)347.18º50%91.76%-
XYZ45.1832.1729.42-
YUV154.83120.76184.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.46%
GREEN value IS 117 (46.09% from 255) = 23.73%
BLUE value IS 142 (55.86% from 255) = 28.80%
R=47.46%
G=23.73%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411714200.50.390.08347.1873.5868.82
HexEA758E03227815b4a45
Octal3521652160624710533112105
Binary111010101110101100011100110010100111100010101101110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA758E; }

 p { color: rgb(234,117,142); }

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

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

 a { background-color: rgb(234,117,142); }

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

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

 span { border-color: rgb(234,117,142); }

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