Html Css Color HEX #E86590 Deep Blush

📋 copy color: '#E86590'

red 232 ◦ green 101 ◦ blue 144

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

Shades of Deep Blush #E86590

Tints of Deep Blush #E86590

RGB

 RED value IS 232 (91.02% from 255) = 48.64%

 GREEN value IS 101 (39.84% from 255) = 21.17%

 BLUE value IS 144 (56.64% from 255) = 30.19%

R = 48.64%
G = 21.17%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E86590 (or 0xE86590) is known color: Deep Blush. HEX triplet: E8, 65 and 90. RGB value is (232,101,144). Sum of RGB (Red+Green+Blue) = 232+101+144=477 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.64% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 232 - color contains mainly: red. Hex color #E86590 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86590 is #179A6F. Grayscale: #919191. Windows color (decimal): -1546864 or 9463272. OLE color: 9463272.

HSL color Cylindrical-coordinate representation of color #E86590: hue angle of 340.31º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E86590 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 101 144 -
CMYK 0 0.56 0.38 0.09
HSL 340.31º 0.74% 0.65% -
HSV(B) 340.31º 0.56% 0.91% -
XYZ 42.97 28.48 29.62 -
YUV 145.07 127.4 190 -
System Red Green Blue C M Y K H S L
Decimal 232 101 144 0 0.56 0.38 0.09 340.31 0.74 0.65
Hex E8 65 90 0 38 26 9 154 4A 41
Octal 350 145 220 0 70 46 11 524 112 101
Binary 11101000 1100101 10010000 0 111000 100110 1001 101010100 1001010 1000001

Color Harmonies of #E86590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86590

Black with #E86590

Text Example


Text Example

White with #E86590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86590; }

 p { color: rgb(232,101,144); }

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

background-color css

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

 a { background-color: rgb(232,101,144); }

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

border-color css

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

 span { border-color: rgb(232,101,144); }

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