Html Css Color HEX #E07490 Deep Blush

📋 copy color: '#E07490'

red 224 ◦ green 116 ◦ blue 144

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

Shades of Deep Blush #E07490

Tints of Deep Blush #E07490

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.97%

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

R = 46.28%
G = 23.97%
B = 29.75%

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

#E07490 (or 0xE07490) is known color: Deep Blush. HEX triplet: E0, 74 and 90. RGB value is (224,116,144). Sum of RGB (Red+Green+Blue) = 224+116+144=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E07490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07490 is #1F8B6F. Grayscale: #979797. Windows color (decimal): -2067312 or 9467104. OLE color: 9467104.

HSL color Cylindrical-coordinate representation of color #E07490: hue angle of 344.44º degrees, saturation: 0.64, 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 #E07490 is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 116 144 -
CMYK 0 0.48 0.36 0.12
HSL 344.44º 0.64% 0.67% -
HSV(B) 344.44º 0.48% 0.88% -
XYZ 42.02 30.35 30.03 -
YUV 151.48 123.78 179.72 -
System Red Green Blue C M Y K H S L
Decimal 224 116 144 0 0.48 0.36 0.12 344.44 0.64 0.67
Hex E0 74 90 0 30 24 C 158 40 43
Octal 340 164 220 0 60 44 14 530 100 103
Binary 11100000 1110100 10010000 0 110000 100100 1100 101011000 1000000 1000011

Color Harmonies of #E07490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07490

Black with #E07490

Text Example


Text Example

White with #E07490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07490; }

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

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

background-color css

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

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

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

border-color css

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

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

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