#EA758D

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

Shades of Deep Blush #EA758D

Tints of Deep Blush #EA758D

Color information

#EA758D (or 0xEA758D) is unknown color: approx Deep Blush. HEX triplet: EA, 75 and 8D. RGB value is (234,117,141). Sum of RGB (Red+Green+Blue) = 234+117+141=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EA758D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA758D is #158A72. Grayscale: #9A9A9A. Windows color (decimal): -1411699 or 9270762. OLE color: 9270762.

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

Color convert

RGB234117141-
CMYK00.50.400.08
HSL347.69º73.58%68.82%-
HSV(B)347.69º50%91.76%-
XYZ45.132.1429.03-
YUV154.72120.26184.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.56%
GREEN value IS 117 (46.09% from 255) = 23.78%
BLUE value IS 141 (55.47% from 255) = 28.66%
R=47.56%
G=23.78%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411714100.50.400.08347.6973.5868.82
HexEA758D03228815c4a45
Octal3521652150625010534112105
Binary111010101110101100011010110010101000100010101110010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA758D; }

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

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

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

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

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

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

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

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