Html Css Color HEX #E07784 Deep Blush

📋 copy color: '#E07784'

red 224 ◦ green 119 ◦ blue 132

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

Shades of Deep Blush #E07784

Tints of Deep Blush #E07784

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.05%

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

R = 47.16%
G = 25.05%
B = 27.79%

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

#E07784 (or 0xE07784) is known color: Deep Blush. HEX triplet: E0, 77 and 84. RGB value is (224,119,132). Sum of RGB (Red+Green+Blue) = 224+119+132=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E07784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07784 is #1F887B. Grayscale: #979797. Windows color (decimal): -2066556 or 8681440. OLE color: 8681440.

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

Color convert

RGB 224 119 132 -
CMYK 0 0.47 0.41 0.12
HSL 352.57º 0.63% 0.67% -
HSV(B) 352.57º 0.47% 0.88% -
XYZ 41.5 30.71 25.57 -
YUV 151.88 116.79 179.44 -
System Red Green Blue C M Y K H S L
Decimal 224 119 132 0 0.47 0.41 0.12 352.57 0.63 0.67
Hex E0 77 84 0 2F 29 C 161 3F 43
Octal 340 167 204 0 57 51 14 541 77 103
Binary 11100000 1110111 10000100 0 101111 101001 1100 101100001 111111 1000011

Color Harmonies of #E07784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07784

Black with #E07784

Text Example


Text Example

White with #E07784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07784; }

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

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

background-color css

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

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

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

border-color css

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

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

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