Html Css Color HEX #E66586 Deep Blush

📋 copy color: '#E66586'

red 230 ◦ green 101 ◦ blue 134

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

Shades of Deep Blush #E66586

Tints of Deep Blush #E66586

RGB

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

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

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

R = 49.46%
G = 21.72%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E66586 (or 0xE66586) is known color: Deep Blush. HEX triplet: E6, 65 and 86. RGB value is (230,101,134). Sum of RGB (Red+Green+Blue) = 230+101+134=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E66586 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66586 is #199A79. Grayscale: #8F8F8F. Windows color (decimal): -1677946 or 8807910. OLE color: 8807910.

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

Color convert

RGB 230 101 134 -
CMYK 0 0.56 0.42 0.10
HSL 344.65º 0.72% 0.65% -
HSV(B) 344.65º 0.56% 0.9% -
XYZ 41.59 27.85 25.74 -
YUV 143.33 122.74 189.82 -
System Red Green Blue C M Y K H S L
Decimal 230 101 134 0 0.56 0.42 0.10 344.65 0.72 0.65
Hex E6 65 86 0 38 2A A 159 48 41
Octal 346 145 206 0 70 52 12 531 110 101
Binary 11100110 1100101 10000110 0 111000 101010 1010 101011001 1001000 1000001

Color Harmonies of #E66586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66586

Black with #E66586

Text Example


Text Example

White with #E66586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66586; }

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

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

background-color css

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

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

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

border-color css

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

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

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