Html Css Color HEX #E07684 Deep Blush

📋 copy color: '#E07684'

red 224 ◦ green 118 ◦ blue 132

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

Shades of Deep Blush #E07684

Tints of Deep Blush #E07684

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.89%

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

R = 47.26%
G = 24.89%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E07684 (or 0xE07684) is known color: Deep Blush. HEX triplet: E0, 76 and 84. RGB value is (224,118,132). Sum of RGB (Red+Green+Blue) = 224+118+132=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E07684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07684 is #1F897B. Grayscale: #979797. Windows color (decimal): -2066812 or 8681184. OLE color: 8681184.

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

Color convert

RGB 224 118 132 -
CMYK 0 0.47 0.41 0.12
HSL 352.08º 0.63% 0.67% -
HSV(B) 352.08º 0.47% 0.88% -
XYZ 41.38 30.47 25.53 -
YUV 151.29 117.12 179.86 -
System Red Green Blue C M Y K H S L
Decimal 224 118 132 0 0.47 0.41 0.12 352.08 0.63 0.67
Hex E0 76 84 0 2F 29 C 160 3F 43
Octal 340 166 204 0 57 51 14 540 77 103
Binary 11100000 1110110 10000100 0 101111 101001 1100 101100000 111111 1000011

Color Harmonies of #E07684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07684

Black with #E07684

Text Example


Text Example

White with #E07684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07684; }

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

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

background-color css

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

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

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

border-color css

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

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

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