Html Css Color HEX #EA7690 Deep Blush

📋 copy color: '#EA7690'

red 234 ◦ green 118 ◦ blue 144

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

Shades of Deep Blush #EA7690

Tints of Deep Blush #EA7690

RGB

 RED value IS 234 (91.8% from 255) = 47.18%

 GREEN value IS 118 (46.48% from 255) = 23.79%

 BLUE value IS 144 (56.64% from 255) = 29.03%

R = 47.18%
G = 23.79%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA7690 (or 0xEA7690) is known color: Deep Blush. HEX triplet: EA, 76 and 90. RGB value is (234,118,144). Sum of RGB (Red+Green+Blue) = 234+118+144=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7690 is #15896F. Grayscale: #9B9B9B. Windows color (decimal): -1411440 or 9467626. OLE color: 9467626.

HSL color Cylindrical-coordinate representation of color #EA7690: hue angle of 346.55º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA7690 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 118 144 -
CMYK 0 0.50 0.38 0.08
HSL 346.55º 0.73% 0.69% -
HSV(B) 346.55º 0.5% 0.92% -
XYZ 45.44 32.46 30.26 -
YUV 155.65 121.43 183.89 -
System Red Green Blue C M Y K H S L
Decimal 234 118 144 0 0.50 0.38 0.08 346.55 0.73 0.69
Hex EA 76 90 0 32 26 8 15B 49 45
Octal 352 166 220 0 62 46 10 533 111 105
Binary 11101010 1110110 10010000 0 110010 100110 1000 101011011 1001001 1000101

Color Harmonies of #EA7690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7690

Black with #EA7690

Text Example


Text Example

White with #EA7690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7690; }

 p { color: rgb(234,118,144); }

 H1.HeaderClassName
 {
   color: #EA7690;
 }
 .AnyTagClassName
 {
   color: #EA7690;
 }
</style>

background-color css

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

 a { background-color: rgb(234,118,144); }

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

border-color css

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

 span { border-color: rgb(234,118,144); }

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