Html Css Color HEX #E66680 Deep Blush

📋 copy color: '#E66680'

red 230 ◦ green 102 ◦ blue 128

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

Shades of Deep Blush #E66680

Tints of Deep Blush #E66680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.17%

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

R = 50%
G = 22.17%
B = 27.83%

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

#E66680 (or 0xE66680) is known color: Deep Blush. HEX triplet: E6, 66 and 80. RGB value is (230,102,128). Sum of RGB (Red+Green+Blue) = 230+102+128=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E66680 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66680 is #19997F. Grayscale: #8F8F8F. Windows color (decimal): -1677696 or 8414950. OLE color: 8414950.

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

Color convert

RGB 230 102 128 -
CMYK 0 0.56 0.44 0.10
HSL 347.81º 0.72% 0.65% -
HSV(B) 347.81º 0.56% 0.9% -
XYZ 41.28 27.88 23.63 -
YUV 143.24 119.41 189.89 -
System Red Green Blue C M Y K H S L
Decimal 230 102 128 0 0.56 0.44 0.10 347.81 0.72 0.65
Hex E6 66 80 0 38 2C A 15C 48 41
Octal 346 146 200 0 70 54 12 534 110 101
Binary 11100110 1100110 10000000 0 111000 101100 1010 101011100 1001000 1000001

Color Harmonies of #E66680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66680

Black with #E66680

Text Example


Text Example

White with #E66680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66680; }

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

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

background-color css

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

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

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

border-color css

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

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

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