Html Css Color HEX #E07082 Deep Blush

📋 copy color: '#E07082'

red 224 ◦ green 112 ◦ blue 130

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

Shades of Deep Blush #E07082

Tints of Deep Blush #E07082

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.03%

 BLUE value IS 130 (51.17% from 255) = 27.9%

R = 48.07%
G = 24.03%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E07082 (or 0xE07082) is known color: Deep Blush. HEX triplet: E0, 70 and 82. RGB value is (224,112,130). Sum of RGB (Red+Green+Blue) = 224+112+130=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E07082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07082 is #1F8F7D. Grayscale: #939393. Windows color (decimal): -2068350 or 8548576. OLE color: 8548576.

HSL color Cylindrical-coordinate representation of color #E07082: hue angle of 350.36º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E07082 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 112 130 -
CMYK 0 0.50 0.42 0.12
HSL 350.36º 0.64% 0.66% -
HSV(B) 350.36º 0.5% 0.88% -
XYZ 40.56 29.05 24.59 -
YUV 147.54 118.11 182.54 -
System Red Green Blue C M Y K H S L
Decimal 224 112 130 0 0.50 0.42 0.12 350.36 0.64 0.66
Hex E0 70 82 0 32 2A C 15E 40 42
Octal 340 160 202 0 62 52 14 536 100 102
Binary 11100000 1110000 10000010 0 110010 101010 1100 101011110 1000000 1000010

Color Harmonies of #E07082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07082

Black with #E07082

Text Example


Text Example

White with #E07082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07082; }

 p { color: rgb(224,112,130); }

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

background-color css

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

 a { background-color: rgb(224,112,130); }

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

border-color css

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

 span { border-color: rgb(224,112,130); }

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