Html Css Color HEX #E1698B Deep Blush

📋 copy color: '#E1698B'

red 225 ◦ green 105 ◦ blue 139

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

Shades of Deep Blush #E1698B

Tints of Deep Blush #E1698B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.39%

 BLUE value IS 139 (54.69% from 255) = 29.64%

R = 47.97%
G = 22.39%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E1698B (or 0xE1698B) is known color: Deep Blush. HEX triplet: E1, 69 and 8B. RGB value is (225,105,139). Sum of RGB (Red+Green+Blue) = 225+105+139=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E1698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1698B is #1E9674. Grayscale: #909090. Windows color (decimal): -2004597 or 9136609. OLE color: 9136609.

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

Color convert

RGB 225 105 139 -
CMYK 0 0.53 0.38 0.12
HSL 343º 0.67% 0.65% -
HSV(B) 343º 0.53% 0.88% -
XYZ 40.76 27.97 27.68 -
YUV 144.76 124.76 185.24 -
System Red Green Blue C M Y K H S L
Decimal 225 105 139 0 0.53 0.38 0.12 343 0.67 0.65
Hex E1 69 8B 0 35 26 C 157 43 41
Octal 341 151 213 0 65 46 14 527 103 101
Binary 11100001 1101001 10001011 0 110101 100110 1100 101010111 1000011 1000001

Color Harmonies of #E1698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1698B

Black with #E1698B

Text Example


Text Example

White with #E1698B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1698B; }

 p { color: rgb(225,105,139); }

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

background-color css

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

 a { background-color: rgb(225,105,139); }

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

border-color css

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

 span { border-color: rgb(225,105,139); }

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