Html Css Color HEX #E07690 Deep Blush

📋 copy color: '#E07690'

red 224 ◦ green 118 ◦ blue 144

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

Shades of Deep Blush #E07690

Tints of Deep Blush #E07690

RGB

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

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

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

R = 46.09%
G = 24.28%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E07690 (or 0xE07690) is known color: Deep Blush. HEX triplet: E0, 76 and 90. RGB value is (224,118,144). Sum of RGB (Red+Green+Blue) = 224+118+144=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E07690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07690 is #1F896F. Grayscale: #989898. Windows color (decimal): -2066800 or 9467616. OLE color: 9467616.

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

Color convert

RGB 224 118 144 -
CMYK 0 0.47 0.36 0.12
HSL 345.28º 0.63% 0.67% -
HSV(B) 345.28º 0.47% 0.88% -
XYZ 42.25 30.82 30.11 -
YUV 152.66 123.12 178.89 -
System Red Green Blue C M Y K H S L
Decimal 224 118 144 0 0.47 0.36 0.12 345.28 0.63 0.67
Hex E0 76 90 0 2F 24 C 159 3F 43
Octal 340 166 220 0 57 44 14 531 77 103
Binary 11100000 1110110 10010000 0 101111 100100 1100 101011001 111111 1000011

Color Harmonies of #E07690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07690

Black with #E07690

Text Example


Text Example

White with #E07690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07690; }

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

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

background-color css

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

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

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

border-color css

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

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

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