Html Css Color HEX #E6688E Deep Blush

📋 copy color: '#E6688E'

red 230 ◦ green 104 ◦ blue 142

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

Shades of Deep Blush #E6688E

Tints of Deep Blush #E6688E

RGB

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

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

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

R = 48.32%
G = 21.85%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E6688E (or 0xE6688E) is known color: Deep Blush. HEX triplet: E6, 68 and 8E. RGB value is (230,104,142). Sum of RGB (Red+Green+Blue) = 230+104+142=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 104 (41.02% from 255 or 21.85% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E6688E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6688E is #199771. Grayscale: #919191. Windows color (decimal): -1677170 or 9332966. OLE color: 9332966.

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

Color convert

RGB 230 104 142 -
CMYK 0 0.55 0.38 0.10
HSL 341.9º 0.72% 0.65% -
HSV(B) 341.9º 0.55% 0.9% -
XYZ 42.47 28.68 28.89 -
YUV 146.01 125.74 187.91 -
System Red Green Blue C M Y K H S L
Decimal 230 104 142 0 0.55 0.38 0.10 341.9 0.72 0.65
Hex E6 68 8E 0 37 26 A 156 48 41
Octal 346 150 216 0 67 46 12 526 110 101
Binary 11100110 1101000 10001110 0 110111 100110 1010 101010110 1001000 1000001

Color Harmonies of #E6688E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6688E

Black with #E6688E

Text Example


Text Example

White with #E6688E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6688E; }

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

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

background-color css

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

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

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

border-color css

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

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

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