#EA618E

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

Shades of Deep Blush #EA618E

Tints of Deep Blush #EA618E

Color information

#EA618E (or 0xEA618E) is unknown color: approx Deep Blush. HEX triplet: EA, 61 and 8E. RGB value is (234,97,142). Sum of RGB (Red+Green+Blue) = 234+97+142=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA618E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA618E is #159E71. Grayscale: #8F8F8F. Windows color (decimal): -1416818 or 9331178. OLE color: 9331178.

HSL color Cylindrical-coordinate representation of color #EA618E: hue angle of 340.29º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA618E is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB23497142-
CMYK00.590.390.08
HSL340.29º76.54%64.9%-
HSV(B)340.29º58.55%91.76%-
XYZ43.0927.9928.72-
YUV143.09127.39192.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.47%
GREEN value IS 97 (38.28% from 255) = 20.51%
BLUE value IS 142 (55.86% from 255) = 30.02%
R=49.47%
G=20.51%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349714200.590.390.08340.2976.5464.9
HexEA618E03B2781544d41
Octal3521412160734710524115101
Binary111010101100001100011100111011100111100010101010010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA618E; }

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

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

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

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

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

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

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

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