Html Css Color HEX #E7698E Deep Blush

📋 copy color: '#E7698E'

red 231 ◦ green 105 ◦ blue 142

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

Shades of Deep Blush #E7698E

Tints of Deep Blush #E7698E

RGB

 RED value IS 231 (90.63% from 255) = 48.33%

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

 BLUE value IS 142 (55.86% from 255) = 29.71%

R = 48.33%
G = 21.97%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E7698E (or 0xE7698E) is known color: Deep Blush. HEX triplet: E7, 69 and 8E. RGB value is (231,105,142). Sum of RGB (Red+Green+Blue) = 231+105+142=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E7698E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7698E is #189671. Grayscale: #929292. Windows color (decimal): -1611378 or 9333223. OLE color: 9333223.

HSL color Cylindrical-coordinate representation of color #E7698E: hue angle of 342.38º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E7698E is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 105 142 -
CMYK 0 0.55 0.39 0.09
HSL 342.38º 0.72% 0.66% -
HSV(B) 342.38º 0.55% 0.91% -
XYZ 42.89 29.05 28.94 -
YUV 146.89 125.24 187.99 -
System Red Green Blue C M Y K H S L
Decimal 231 105 142 0 0.55 0.39 0.09 342.38 0.72 0.66
Hex E7 69 8E 0 37 27 9 156 48 42
Octal 347 151 216 0 67 47 11 526 110 102
Binary 11100111 1101001 10001110 0 110111 100111 1001 101010110 1001000 1000010

Color Harmonies of #E7698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7698E

Black with #E7698E

Text Example


Text Example

White with #E7698E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7698E; }

 p { color: rgb(231,105,142); }

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

background-color css

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

 a { background-color: rgb(231,105,142); }

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

border-color css

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

 span { border-color: rgb(231,105,142); }

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