Html Css Color HEX #E66780 Deep Blush

📋 copy color: '#E66780'

red 230 ◦ green 103 ◦ blue 128

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

Shades of Deep Blush #E66780

Tints of Deep Blush #E66780

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.34%

 BLUE value IS 128 (50.39% from 255) = 27.77%

R = 49.89%
G = 22.34%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E66780 (or 0xE66780) is known color: Deep Blush. HEX triplet: E6, 67 and 80. RGB value is (230,103,128). Sum of RGB (Red+Green+Blue) = 230+103+128=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E66780 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66780 is #19987F. Grayscale: #8F8F8F. Windows color (decimal): -1677440 or 8415206. OLE color: 8415206.

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

Color convert

RGB 230 103 128 -
CMYK 0 0.55 0.44 0.10
HSL 348.19º 0.72% 0.65% -
HSV(B) 348.19º 0.55% 0.9% -
XYZ 41.38 28.08 23.66 -
YUV 143.82 119.08 189.47 -
System Red Green Blue C M Y K H S L
Decimal 230 103 128 0 0.55 0.44 0.10 348.19 0.72 0.65
Hex E6 67 80 0 37 2C A 15C 48 41
Octal 346 147 200 0 67 54 12 534 110 101
Binary 11100110 1100111 10000000 0 110111 101100 1010 101011100 1001000 1000001

Color Harmonies of #E66780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66780

Black with #E66780

Text Example


Text Example

White with #E66780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66780; }

 p { color: rgb(230,103,128); }

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

background-color css

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

 a { background-color: rgb(230,103,128); }

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

border-color css

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

 span { border-color: rgb(230,103,128); }

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