Html Css Color HEX #E07984 Deep Blush

📋 copy color: '#E07984'

red 224 ◦ green 121 ◦ blue 132

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

Shades of Deep Blush #E07984

Tints of Deep Blush #E07984

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.37%

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

R = 46.96%
G = 25.37%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E07984 (or 0xE07984) is known color: Deep Blush. HEX triplet: E0, 79 and 84. RGB value is (224,121,132). Sum of RGB (Red+Green+Blue) = 224+121+132=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 121 (47.66% from 255 or 25.37% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E07984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07984 is #1F867B. Grayscale: #999999. Windows color (decimal): -2066044 or 8681952. OLE color: 8681952.

HSL color Cylindrical-coordinate representation of color #E07984: hue angle of 353.59º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E07984 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 121 132 -
CMYK 0 0.46 0.41 0.12
HSL 353.59º 0.62% 0.68% -
HSV(B) 353.59º 0.46% 0.88% -
XYZ 41.74 31.19 25.65 -
YUV 153.05 116.12 178.61 -
System Red Green Blue C M Y K H S L
Decimal 224 121 132 0 0.46 0.41 0.12 353.59 0.62 0.68
Hex E0 79 84 0 2E 29 C 162 3E 44
Octal 340 171 204 0 56 51 14 542 76 104
Binary 11100000 1111001 10000100 0 101110 101001 1100 101100010 111110 1000100

Color Harmonies of #E07984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07984

Black with #E07984

Text Example


Text Example

White with #E07984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07984; }

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

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

background-color css

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

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

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

border-color css

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

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

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