Html Css Color HEX #E07A85 Deep Blush

📋 copy color: '#E07A85'

red 224 ◦ green 122 ◦ blue 133

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

Shades of Deep Blush #E07A85

Tints of Deep Blush #E07A85

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.47%

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

R = 46.76%
G = 25.47%
B = 27.77%

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

#E07A85 (or 0xE07A85) is known color: Deep Blush. HEX triplet: E0, 7A and 85. RGB value is (224,122,133). Sum of RGB (Red+Green+Blue) = 224+122+133=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07A85 is #1F857A. Grayscale: #999999. Windows color (decimal): -2065787 or 8747744. OLE color: 8747744.

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

Color convert

RGB 224 122 133 -
CMYK 0 0.46 0.41 0.12
HSL 353.53º 0.62% 0.68% -
HSV(B) 353.53º 0.46% 0.88% -
XYZ 41.93 31.46 26.05 -
YUV 153.75 116.29 178.11 -
System Red Green Blue C M Y K H S L
Decimal 224 122 133 0 0.46 0.41 0.12 353.53 0.62 0.68
Hex E0 7A 85 0 2E 29 C 162 3E 44
Octal 340 172 205 0 56 51 14 542 76 104
Binary 11100000 1111010 10000101 0 101110 101001 1100 101100010 111110 1000100

Color Harmonies of #E07A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07A85

Black with #E07A85

Text Example


Text Example

White with #E07A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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