Html Css Color HEX #E66986 Deep Blush

📋 copy color: '#E66986'

red 230 ◦ green 105 ◦ blue 134

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

Shades of Deep Blush #E66986

Tints of Deep Blush #E66986

RGB

 RED value IS 230 (90.23% from 255) = 49.04%

 GREEN value IS 105 (41.41% from 255) = 22.39%

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

R = 49.04%
G = 22.39%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E66986 (or 0xE66986) is known color: Deep Blush. HEX triplet: E6, 69 and 86. RGB value is (230,105,134). Sum of RGB (Red+Green+Blue) = 230+105+134=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E66986 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66986 is #199679. Grayscale: #919191. Windows color (decimal): -1676922 or 8808934. OLE color: 8808934.

HSL color Cylindrical-coordinate representation of color #E66986: hue angle of 346.08º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E66986 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 105 134 -
CMYK 0 0.54 0.42 0.10
HSL 346.08º 0.71% 0.66% -
HSV(B) 346.08º 0.54% 0.9% -
XYZ 41.99 28.65 25.87 -
YUV 145.68 121.41 188.14 -
System Red Green Blue C M Y K H S L
Decimal 230 105 134 0 0.54 0.42 0.10 346.08 0.71 0.66
Hex E6 69 86 0 36 2A A 15A 47 42
Octal 346 151 206 0 66 52 12 532 107 102
Binary 11100110 1101001 10000110 0 110110 101010 1010 101011010 1000111 1000010

Color Harmonies of #E66986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66986

Black with #E66986

Text Example


Text Example

White with #E66986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66986; }

 p { color: rgb(230,105,134); }

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

background-color css

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

 a { background-color: rgb(230,105,134); }

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

border-color css

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

 span { border-color: rgb(230,105,134); }

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