Html Css Color HEX #EA618D Deep Blush

📋 copy color: '#EA618D'

red 234 ◦ green 97 ◦ blue 141

#EA618D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Blush #EA618D

Tints of Deep Blush #EA618D

RGB

 RED value IS 234 (91.8% 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 value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA618D (or 0xEA618D) is known color: 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

RGB 234 97 141 -
CMYK 0 0.59 0.40 0.08
HSL 340.73º 0.77% 0.65% -
HSV(B) 340.73º 0.59% 0.92% -
XYZ 43.01 27.96 28.33 -
YUV 142.98 126.89 192.92 -
System Red Green Blue C M Y K H S L
Decimal 234 97 141 0 0.59 0.40 0.08 340.73 0.77 0.65
Hex EA 61 8D 0 3B 28 8 155 4D 41
Octal 352 141 215 0 73 50 10 525 115 101
Binary 11101010 1100001 10001101 0 111011 101000 1000 101010101 1001101 1000001

Color Harmonies of #EA618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA618D

Black with #EA618D

Text Example


Text Example

White with #EA618D

Text Example


Text Example

HTML Codes & Css Web 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>