Html Css Color HEX #E07085 Deep Blush

📋 copy color: '#E07085'

red 224 ◦ green 112 ◦ blue 133

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

Shades of Deep Blush #E07085

Tints of Deep Blush #E07085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.88%

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

R = 47.76%
G = 23.88%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E07085 (or 0xE07085) is known color: Deep Blush. HEX triplet: E0, 70 and 85. RGB value is (224,112,133). Sum of RGB (Red+Green+Blue) = 224+112+133=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E07085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07085 is #1F8F7A. Grayscale: #939393. Windows color (decimal): -2068347 or 8745184. OLE color: 8745184.

HSL color Cylindrical-coordinate representation of color #E07085: hue angle of 348.75º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E07085 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 112 133 -
CMYK 0 0.50 0.41 0.12
HSL 348.75º 0.64% 0.66% -
HSV(B) 348.75º 0.5% 0.88% -
XYZ 40.77 29.13 25.66 -
YUV 147.88 119.61 182.29 -
System Red Green Blue C M Y K H S L
Decimal 224 112 133 0 0.50 0.41 0.12 348.75 0.64 0.66
Hex E0 70 85 0 32 29 C 15D 40 42
Octal 340 160 205 0 62 51 14 535 100 102
Binary 11100000 1110000 10000101 0 110010 101001 1100 101011101 1000000 1000010

Color Harmonies of #E07085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07085

Black with #E07085

Text Example


Text Example

White with #E07085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07085; }

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

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

background-color css

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

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

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

border-color css

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

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

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