Html Css Color HEX #E6788A Deep Blush

📋 copy color: '#E6788A'

red 230 ◦ green 120 ◦ blue 138

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

Shades of Deep Blush #E6788A

Tints of Deep Blush #E6788A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.59%

 BLUE value IS 138 (54.3% from 255) = 28.28%

R = 47.13%
G = 24.59%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E6788A (or 0xE6788A) is known color: Deep Blush. HEX triplet: E6, 78 and 8A. RGB value is (230,120,138). Sum of RGB (Red+Green+Blue) = 230+120+138=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E6788A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6788A is #198775. Grayscale: #9A9A9A. Windows color (decimal): -1673078 or 9074918. OLE color: 9074918.

HSL color Cylindrical-coordinate representation of color #E6788A: hue angle of 350.18º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E6788A is Cyan = 0, Magento = 0.48, Yellow = 0.4 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 120 138 -
CMYK 0 0.48 0.4 0.10
HSL 350.18º 0.69% 0.69% -
HSV(B) 350.18º 0.48% 0.9% -
XYZ 43.94 32.09 27.92 -
YUV 154.94 118.44 181.54 -
System Red Green Blue C M Y K H S L
Decimal 230 120 138 0 0.48 0.4 0.10 350.18 0.69 0.69
Hex E6 78 8A 0 30 28 A 15E 45 45
Octal 346 170 212 0 60 50 12 536 105 105
Binary 11100110 1111000 10001010 0 110000 101000 1010 101011110 1000101 1000101

Color Harmonies of #E6788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6788A

Black with #E6788A

Text Example


Text Example

White with #E6788A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6788A; }

 p { color: rgb(230,120,138); }

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

background-color css

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

 a { background-color: rgb(230,120,138); }

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

border-color css

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

 span { border-color: rgb(230,120,138); }

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