Html Css Color HEX #E6688D Deep Blush

📋 copy color: '#E6688D'

red 230 ◦ green 104 ◦ blue 141

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

Shades of Deep Blush #E6688D

Tints of Deep Blush #E6688D

RGB

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

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

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

R = 48.42%
G = 21.89%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E6688D (or 0xE6688D) is known color: Deep Blush. HEX triplet: E6, 68 and 8D. RGB value is (230,104,141). Sum of RGB (Red+Green+Blue) = 230+104+141=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E6688D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6688D is #199772. Grayscale: #919191. Windows color (decimal): -1677171 or 9267430. OLE color: 9267430.

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

Color convert

RGB 230 104 141 -
CMYK 0 0.55 0.39 0.10
HSL 342.38º 0.72% 0.65% -
HSV(B) 342.38º 0.55% 0.9% -
XYZ 42.39 28.65 28.49 -
YUV 145.89 125.24 187.99 -
System Red Green Blue C M Y K H S L
Decimal 230 104 141 0 0.55 0.39 0.10 342.38 0.72 0.65
Hex E6 68 8D 0 37 27 A 156 48 41
Octal 346 150 215 0 67 47 12 526 110 101
Binary 11100110 1101000 10001101 0 110111 100111 1010 101010110 1001000 1000001

Color Harmonies of #E6688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6688D

Black with #E6688D

Text Example


Text Example

White with #E6688D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6688D; }

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

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

background-color css

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

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

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

border-color css

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

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

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