Html Css Color HEX #E1688A Deep Blush

📋 copy color: '#E1688A'

red 225 ◦ green 104 ◦ blue 138

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

Shades of Deep Blush #E1688A

Tints of Deep Blush #E1688A

RGB

 RED value IS 225 (88.28% from 255) = 48.18%

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

 BLUE value IS 138 (54.3% from 255) = 29.55%

R = 48.18%
G = 22.27%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E1688A (or 0xE1688A) is known color: Deep Blush. HEX triplet: E1, 68 and 8A. RGB value is (225,104,138). Sum of RGB (Red+Green+Blue) = 225+104+138=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E1688A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1688A is #1E9775. Grayscale: #909090. Windows color (decimal): -2004854 or 9070817. OLE color: 9070817.

HSL color Cylindrical-coordinate representation of color #E1688A: hue angle of 343.14º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E1688A is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 104 138 -
CMYK 0 0.54 0.39 0.12
HSL 343.14º 0.67% 0.65% -
HSV(B) 343.14º 0.54% 0.88% -
XYZ 40.59 27.74 27.26 -
YUV 144.06 124.59 185.74 -
System Red Green Blue C M Y K H S L
Decimal 225 104 138 0 0.54 0.39 0.12 343.14 0.67 0.65
Hex E1 68 8A 0 36 27 C 157 43 41
Octal 341 150 212 0 66 47 14 527 103 101
Binary 11100001 1101000 10001010 0 110110 100111 1100 101010111 1000011 1000001

Color Harmonies of #E1688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1688A

Black with #E1688A

Text Example


Text Example

White with #E1688A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1688A; }

 p { color: rgb(225,104,138); }

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

background-color css

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

 a { background-color: rgb(225,104,138); }

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

border-color css

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

 span { border-color: rgb(225,104,138); }

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