#EA6780

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

Shades of Deep Blush #EA6780

Tints of Deep Blush #EA6780

Color information

#EA6780 (or 0xEA6780) is unknown color: approx Deep Blush. HEX triplet: EA, 67 and 80. RGB value is (234,103,128). Sum of RGB (Red+Green+Blue) = 234+103+128=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 103 (40.62% from 255 or 22.15% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6780 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6780 is #15987F. Grayscale: #919191. Windows color (decimal): -1415296 or 8415210. OLE color: 8415210.

HSL color Cylindrical-coordinate representation of color #EA6780: hue angle of 348.55º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA6780 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB234103128-
CMYK00.560.450.08
HSL348.55º75.72%66.08%-
HSV(B)348.55º55.98%91.76%-
XYZ42.6828.7523.72-
YUV145.02118.4191.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.32%
GREEN value IS 103 (40.62% from 255) = 22.15%
BLUE value IS 128 (50.39% from 255) = 27.53%
R=50.32%
G=22.15%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410312800.560.450.08348.5575.7266.08
HexEA67800382D815d4c42
Octal3521472000705510535114102
Binary111010101100111100000000111000101101100010101110110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6780; }

 p { color: rgb(234,103,128); }

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

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

 a { background-color: rgb(234,103,128); }

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

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

 span { border-color: rgb(234,103,128); }

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