Html Css Color HEX #E66D90 Deep Blush

📋 copy color: '#E66D90'

red 230 ◦ green 109 ◦ blue 144

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

Shades of Deep Blush #E66D90

Tints of Deep Blush #E66D90

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.57%

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

R = 47.62%
G = 22.57%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E66D90 (or 0xE66D90) is known color: Deep Blush. HEX triplet: E6, 6D and 90. RGB value is (230,109,144). Sum of RGB (Red+Green+Blue) = 230+109+144=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 230 - color contains mainly: red. Hex color #E66D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66D90 is #19926F. Grayscale: #959595. Windows color (decimal): -1675888 or 9465318. OLE color: 9465318.

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

Color convert

RGB 230 109 144 -
CMYK 0 0.53 0.37 0.10
HSL 342.64º 0.71% 0.66% -
HSV(B) 342.64º 0.53% 0.9% -
XYZ 43.14 29.77 29.86 -
YUV 149.17 125.09 185.65 -
System Red Green Blue C M Y K H S L
Decimal 230 109 144 0 0.53 0.37 0.10 342.64 0.71 0.66
Hex E6 6D 90 0 35 25 A 157 47 42
Octal 346 155 220 0 65 45 12 527 107 102
Binary 11100110 1101101 10010000 0 110101 100101 1010 101010111 1000111 1000010

Color Harmonies of #E66D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66D90

Black with #E66D90

Text Example


Text Example

White with #E66D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66D90; }

 p { color: rgb(230,109,144); }

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

background-color css

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

 a { background-color: rgb(230,109,144); }

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

border-color css

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

 span { border-color: rgb(230,109,144); }

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