Html Css Color HEX #E1688D Deep Blush

📋 copy color: '#E1688D'

red 225 ◦ green 104 ◦ blue 141

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

Shades of Deep Blush #E1688D

Tints of Deep Blush #E1688D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30%

R = 47.87%
G = 22.13%
B = 30%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E1688D (or 0xE1688D) is known color: Deep Blush. HEX triplet: E1, 68 and 8D. RGB value is (225,104,141). Sum of RGB (Red+Green+Blue) = 225+104+141=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E1688D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1688D is #1E9772. Grayscale: #909090. Windows color (decimal): -2004851 or 9267425. OLE color: 9267425.

HSL color Cylindrical-coordinate representation of color #E1688D: hue angle of 341.65º 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 #E1688D is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 104 141 -
CMYK 0 0.54 0.37 0.12
HSL 341.65º 0.67% 0.65% -
HSV(B) 341.65º 0.54% 0.88% -
XYZ 40.81 27.83 28.42 -
YUV 144.4 126.09 185.49 -
System Red Green Blue C M Y K H S L
Decimal 225 104 141 0 0.54 0.37 0.12 341.65 0.67 0.65
Hex E1 68 8D 0 36 25 C 156 43 41
Octal 341 150 215 0 66 45 14 526 103 101
Binary 11100001 1101000 10001101 0 110110 100101 1100 101010110 1000011 1000001

Color Harmonies of #E1688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1688D

Black with #E1688D

Text Example


Text Example

White with #E1688D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1688D; }

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

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

background-color css

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

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

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

border-color css

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

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

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