Html Css Color HEX #E66580 Deep Blush

📋 copy color: '#E66580'

red 230 ◦ green 101 ◦ blue 128

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

Shades of Deep Blush #E66580

Tints of Deep Blush #E66580

RGB

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

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

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

R = 50.11%
G = 22%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E66580 (or 0xE66580) is known color: Deep Blush. HEX triplet: E6, 65 and 80. RGB value is (230,101,128). Sum of RGB (Red+Green+Blue) = 230+101+128=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E66580 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66580 is #199A7F. Grayscale: #8E8E8E. Windows color (decimal): -1677952 or 8414694. OLE color: 8414694.

HSL color Cylindrical-coordinate representation of color #E66580: hue angle of 347.44º 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 #E66580 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 101 128 -
CMYK 0 0.56 0.44 0.10
HSL 347.44º 0.72% 0.65% -
HSV(B) 347.44º 0.56% 0.9% -
XYZ 41.18 27.69 23.6 -
YUV 142.65 119.74 190.3 -
System Red Green Blue C M Y K H S L
Decimal 230 101 128 0 0.56 0.44 0.10 347.44 0.72 0.65
Hex E6 65 80 0 38 2C A 15B 48 41
Octal 346 145 200 0 70 54 12 533 110 101
Binary 11100110 1100101 10000000 0 111000 101100 1010 101011011 1001000 1000001

Color Harmonies of #E66580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66580

Black with #E66580

Text Example


Text Example

White with #E66580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66580; }

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

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

background-color css

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

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

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

border-color css

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

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

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