Html Css Color HEX #E07A87 Deep Blush

📋 copy color: '#E07A87'

red 224 ◦ green 122 ◦ blue 135

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

Shades of Deep Blush #E07A87

Tints of Deep Blush #E07A87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.07%

R = 46.57%
G = 25.36%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E07A87 (or 0xE07A87) is known color: Deep Blush. HEX triplet: E0, 7A and 87. RGB value is (224,122,135). Sum of RGB (Red+Green+Blue) = 224+122+135=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07A87 is #1F8578. Grayscale: #9A9A9A. Windows color (decimal): -2065785 or 8878816. OLE color: 8878816.

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

Color convert

RGB 224 122 135 -
CMYK 0 0.46 0.40 0.12
HSL 352.35º 0.62% 0.68% -
HSV(B) 352.35º 0.46% 0.88% -
XYZ 42.07 31.52 26.79 -
YUV 153.98 117.29 177.94 -
System Red Green Blue C M Y K H S L
Decimal 224 122 135 0 0.46 0.40 0.12 352.35 0.62 0.68
Hex E0 7A 87 0 2E 28 C 160 3E 44
Octal 340 172 207 0 56 50 14 540 76 104
Binary 11100000 1111010 10000111 0 101110 101000 1100 101100000 111110 1000100

Color Harmonies of #E07A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07A87

Black with #E07A87

Text Example


Text Example

White with #E07A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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