#EA738A

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

Shades of Deep Blush #EA738A

Tints of Deep Blush #EA738A

Color information

#EA738A (or 0xEA738A) is unknown color: approx Deep Blush. HEX triplet: EA, 73 and 8A. RGB value is (234,115,138). Sum of RGB (Red+Green+Blue) = 234+115+138=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 115 (45.31% from 255 or 23.61% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA738A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA738A is #158C75. Grayscale: #999999. Windows color (decimal): -1412214 or 9073642. OLE color: 9073642.

HSL color Cylindrical-coordinate representation of color #EA738A: hue angle of 348.4º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA738A is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB234115138-
CMYK00.510.410.08
HSL348.4º73.91%68.43%-
HSV(B)348.4º50.85%91.76%-
XYZ44.6531.5927.79-
YUV153.2119.42185.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.05%
GREEN value IS 115 (45.31% from 255) = 23.61%
BLUE value IS 138 (54.30% from 255) = 28.34%
R=48.05%
G=23.61%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411513800.510.410.08348.473.9168.43
HexEA738A03329815c4a44
Octal3521632120635110534112104
Binary111010101110011100010100110011101001100010101110010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA738A; }

 p { color: rgb(234,115,138); }

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

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

 a { background-color: rgb(234,115,138); }

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

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

 span { border-color: rgb(234,115,138); }

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