Html Css Color HEX #E07590 Deep Blush

📋 copy color: '#E07590'

red 224 ◦ green 117 ◦ blue 144

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

Shades of Deep Blush #E07590

Tints of Deep Blush #E07590

RGB

 RED value IS 224 (87.89% from 255) = 46.19%

 GREEN value IS 117 (46.09% from 255) = 24.12%

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

R = 46.19%
G = 24.12%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E07590 (or 0xE07590) is known color: Deep Blush. HEX triplet: E0, 75 and 90. RGB value is (224,117,144). Sum of RGB (Red+Green+Blue) = 224+117+144=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E07590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07590 is #1F8A6F. Grayscale: #989898. Windows color (decimal): -2067056 or 9467360. OLE color: 9467360.

HSL color Cylindrical-coordinate representation of color #E07590: hue angle of 344.86º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E07590 is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 117 144 -
CMYK 0 0.48 0.36 0.12
HSL 344.86º 0.63% 0.67% -
HSV(B) 344.86º 0.48% 0.88% -
XYZ 42.14 30.58 30.07 -
YUV 152.07 123.45 179.3 -
System Red Green Blue C M Y K H S L
Decimal 224 117 144 0 0.48 0.36 0.12 344.86 0.63 0.67
Hex E0 75 90 0 30 24 C 159 3F 43
Octal 340 165 220 0 60 44 14 531 77 103
Binary 11100000 1110101 10010000 0 110000 100100 1100 101011001 111111 1000011

Color Harmonies of #E07590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07590

Black with #E07590

Text Example


Text Example

White with #E07590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07590; }

 p { color: rgb(224,117,144); }

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

background-color css

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

 a { background-color: rgb(224,117,144); }

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

border-color css

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

 span { border-color: rgb(224,117,144); }

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