Html Css Color HEX #E07686 Deep Blush

📋 copy color: '#E07686'

red 224 ◦ green 118 ◦ blue 134

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

Shades of Deep Blush #E07686

Tints of Deep Blush #E07686

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.79%

 BLUE value IS 134 (52.73% from 255) = 28.15%

R = 47.06%
G = 24.79%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E07686 (or 0xE07686) is known color: Deep Blush. HEX triplet: E0, 76 and 86. RGB value is (224,118,134). Sum of RGB (Red+Green+Blue) = 224+118+134=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E07686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07686 is #1F8979. Grayscale: #979797. Windows color (decimal): -2066810 or 8812256. OLE color: 8812256.

HSL color Cylindrical-coordinate representation of color #E07686: hue angle of 350.94º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E07686 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 118 134 -
CMYK 0 0.47 0.40 0.12
HSL 350.94º 0.63% 0.67% -
HSV(B) 350.94º 0.47% 0.88% -
XYZ 41.52 30.53 26.26 -
YUV 151.52 118.12 179.7 -
System Red Green Blue C M Y K H S L
Decimal 224 118 134 0 0.47 0.40 0.12 350.94 0.63 0.67
Hex E0 76 86 0 2F 28 C 15F 3F 43
Octal 340 166 206 0 57 50 14 537 77 103
Binary 11100000 1110110 10000110 0 101111 101000 1100 101011111 111111 1000011

Color Harmonies of #E07686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07686

Black with #E07686

Text Example


Text Example

White with #E07686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07686; }

 p { color: rgb(224,118,134); }

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

background-color css

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

 a { background-color: rgb(224,118,134); }

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

border-color css

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

 span { border-color: rgb(224,118,134); }

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