Html Css Color HEX #E07384 Deep Blush

📋 copy color: '#E07384'

red 224 ◦ green 115 ◦ blue 132

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

Shades of Deep Blush #E07384

Tints of Deep Blush #E07384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.03%

R = 47.56%
G = 24.42%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E07384 (or 0xE07384) is known color: Deep Blush. HEX triplet: E0, 73 and 84. RGB value is (224,115,132). Sum of RGB (Red+Green+Blue) = 224+115+132=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E07384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07384 is #1F8C7B. Grayscale: #959595. Windows color (decimal): -2067580 or 8680416. OLE color: 8680416.

HSL color Cylindrical-coordinate representation of color #E07384: hue angle of 350.64º 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 #E07384 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 115 132 -
CMYK 0 0.49 0.41 0.12
HSL 350.64º 0.64% 0.66% -
HSV(B) 350.64º 0.49% 0.88% -
XYZ 41.04 29.77 25.41 -
YUV 149.53 118.11 181.12 -
System Red Green Blue C M Y K H S L
Decimal 224 115 132 0 0.49 0.41 0.12 350.64 0.64 0.66
Hex E0 73 84 0 31 29 C 15F 40 42
Octal 340 163 204 0 61 51 14 537 100 102
Binary 11100000 1110011 10000100 0 110001 101001 1100 101011111 1000000 1000010

Color Harmonies of #E07384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07384

Black with #E07384

Text Example


Text Example

White with #E07384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07384; }

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

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

background-color css

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

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

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

border-color css

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

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

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