Html Css Color HEX #E07884 Deep Blush

📋 copy color: '#E07884'

red 224 ◦ green 120 ◦ blue 132

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

Shades of Deep Blush #E07884

Tints of Deep Blush #E07884

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.21%

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

R = 47.06%
G = 25.21%
B = 27.73%

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

#E07884 (or 0xE07884) is known color: Deep Blush. HEX triplet: E0, 78 and 84. RGB value is (224,120,132). Sum of RGB (Red+Green+Blue) = 224+120+132=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E07884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07884 is #1F877B. Grayscale: #989898. Windows color (decimal): -2066300 or 8681696. OLE color: 8681696.

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

Color convert

RGB 224 120 132 -
CMYK 0 0.46 0.41 0.12
HSL 353.08º 0.63% 0.67% -
HSV(B) 353.08º 0.46% 0.88% -
XYZ 41.62 30.95 25.61 -
YUV 152.46 116.46 179.02 -
System Red Green Blue C M Y K H S L
Decimal 224 120 132 0 0.46 0.41 0.12 353.08 0.63 0.67
Hex E0 78 84 0 2E 29 C 161 3F 43
Octal 340 170 204 0 56 51 14 541 77 103
Binary 11100000 1111000 10000100 0 101110 101001 1100 101100001 111111 1000011

Color Harmonies of #E07884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07884

Black with #E07884

Text Example


Text Example

White with #E07884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07884; }

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

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

background-color css

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

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

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

border-color css

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

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

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