#EA618D

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

Shades of Deep Blush #EA618D

Tints of Deep Blush #EA618D

Color information

#EA618D (or 0xEA618D) is unknown color: approx Deep Blush. HEX triplet: EA, 61 and 8D. RGB value is (234,97,141). Sum of RGB (Red+Green+Blue) = 234+97+141=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA618D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA618D is #159E72. Grayscale: #8E8E8E. Windows color (decimal): -1416819 or 9265642. OLE color: 9265642.

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

Color convert

RGB23497141-
CMYK00.590.400.08
HSL340.73º76.54%64.9%-
HSV(B)340.73º58.55%91.76%-
XYZ43.0127.9628.33-
YUV142.98126.89192.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.58%
GREEN value IS 97 (38.28% from 255) = 20.55%
BLUE value IS 141 (55.47% from 255) = 29.87%
R=49.58%
G=20.55%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349714100.590.400.08340.7376.5464.9
HexEA618D03B2881554d41
Octal3521412150735010525115101
Binary111010101100001100011010111011101000100010101010110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA618D; }

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

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

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

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

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

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

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

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