Html Css Color HEX #E66881 Deep Blush

📋 copy color: '#E66881'

red 230 ◦ green 104 ◦ blue 129

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

Shades of Deep Blush #E66881

Tints of Deep Blush #E66881

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.46%

 BLUE value IS 129 (50.78% from 255) = 27.86%

R = 49.68%
G = 22.46%
B = 27.86%

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

#E66881 (or 0xE66881) is known color: Deep Blush. HEX triplet: E6, 68 and 81. RGB value is (230,104,129). Sum of RGB (Red+Green+Blue) = 230+104+129=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E66881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66881 is #19977E. Grayscale: #909090. Windows color (decimal): -1677183 or 8480998. OLE color: 8480998.

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

Color convert

RGB 230 104 129 -
CMYK 0 0.55 0.44 0.10
HSL 348.1º 0.72% 0.65% -
HSV(B) 348.1º 0.55% 0.9% -
XYZ 41.55 28.31 24.04 -
YUV 144.52 119.24 188.97 -
System Red Green Blue C M Y K H S L
Decimal 230 104 129 0 0.55 0.44 0.10 348.1 0.72 0.65
Hex E6 68 81 0 37 2C A 15C 48 41
Octal 346 150 201 0 67 54 12 534 110 101
Binary 11100110 1101000 10000001 0 110111 101100 1010 101011100 1001000 1000001

Color Harmonies of #E66881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66881

Black with #E66881

Text Example


Text Example

White with #E66881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66881; }

 p { color: rgb(230,104,129); }

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

background-color css

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

 a { background-color: rgb(230,104,129); }

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

border-color css

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

 span { border-color: rgb(230,104,129); }

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