Html Css Color HEX #E07A89 Deep Blush

📋 copy color: '#E07A89'

red 224 ◦ green 122 ◦ blue 137

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

Shades of Deep Blush #E07A89

Tints of Deep Blush #E07A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.36%

R = 46.38%
G = 25.26%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E07A89 (or 0xE07A89) is known color: Deep Blush. HEX triplet: E0, 7A and 89. RGB value is (224,122,137). Sum of RGB (Red+Green+Blue) = 224+122+137=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07A89 is #1F8576. Grayscale: #9A9A9A. Windows color (decimal): -2065783 or 9009888. OLE color: 9009888.

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

Color convert

RGB 224 122 137 -
CMYK 0 0.46 0.39 0.12
HSL 351.18º 0.62% 0.68% -
HSV(B) 351.18º 0.46% 0.88% -
XYZ 42.22 31.57 27.54 -
YUV 154.21 118.29 177.78 -
System Red Green Blue C M Y K H S L
Decimal 224 122 137 0 0.46 0.39 0.12 351.18 0.62 0.68
Hex E0 7A 89 0 2E 27 C 15F 3E 44
Octal 340 172 211 0 56 47 14 537 76 104
Binary 11100000 1111010 10001001 0 101110 100111 1100 101011111 111110 1000100

Color Harmonies of #E07A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07A89

Black with #E07A89

Text Example


Text Example

White with #E07A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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