Html Css Color HEX #E07C85 Deep Blush

📋 copy color: '#E07C85'

red 224 ◦ green 124 ◦ blue 133

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

Shades of Deep Blush #E07C85

Tints of Deep Blush #E07C85

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.78%

 BLUE value IS 133 (52.34% from 255) = 27.65%

R = 46.57%
G = 25.78%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E07C85 (or 0xE07C85) is known color: Deep Blush. HEX triplet: E0, 7C and 85. RGB value is (224,124,133). Sum of RGB (Red+Green+Blue) = 224+124+133=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07C85 is #1F837A. Grayscale: #9A9A9A. Windows color (decimal): -2065275 or 8748256. OLE color: 8748256.

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

Color convert

RGB 224 124 133 -
CMYK 0 0.45 0.41 0.12
HSL 354.6º 0.62% 0.68% -
HSV(B) 354.6º 0.45% 0.88% -
XYZ 42.18 31.96 26.14 -
YUV 154.93 115.63 177.27 -
System Red Green Blue C M Y K H S L
Decimal 224 124 133 0 0.45 0.41 0.12 354.6 0.62 0.68
Hex E0 7C 85 0 2D 29 C 163 3E 44
Octal 340 174 205 0 55 51 14 543 76 104
Binary 11100000 1111100 10000101 0 101101 101001 1100 101100011 111110 1000100

Color Harmonies of #E07C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07C85

Black with #E07C85

Text Example


Text Example

White with #E07C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07C85; }

 p { color: rgb(224,124,133); }

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

background-color css

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

 a { background-color: rgb(224,124,133); }

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

border-color css

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

 span { border-color: rgb(224,124,133); }

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