Html Css Color HEX #E07382 Deep Blush

📋 copy color: '#E07382'

red 224 ◦ green 115 ◦ blue 130

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

Shades of Deep Blush #E07382

Tints of Deep Blush #E07382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.52%

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

R = 47.76%
G = 24.52%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E07382 (or 0xE07382) is known color: Deep Blush. HEX triplet: E0, 73 and 82. RGB value is (224,115,130). Sum of RGB (Red+Green+Blue) = 224+115+130=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E07382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07382 is #1F8C7D. Grayscale: #959595. Windows color (decimal): -2067582 or 8549344. OLE color: 8549344.

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

Color convert

RGB 224 115 130 -
CMYK 0 0.49 0.42 0.12
HSL 351.74º 0.64% 0.66% -
HSV(B) 351.74º 0.49% 0.88% -
XYZ 40.9 29.72 24.7 -
YUV 149.3 117.11 181.28 -
System Red Green Blue C M Y K H S L
Decimal 224 115 130 0 0.49 0.42 0.12 351.74 0.64 0.66
Hex E0 73 82 0 31 2A C 160 40 42
Octal 340 163 202 0 61 52 14 540 100 102
Binary 11100000 1110011 10000010 0 110001 101010 1100 101100000 1000000 1000010

Color Harmonies of #E07382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07382

Black with #E07382

Text Example


Text Example

White with #E07382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07382; }

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

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

background-color css

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

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

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

border-color css

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

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

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