Html Css Color HEX #E2688A Deep Blush

📋 copy color: '#E2688A'

red 226 ◦ green 104 ◦ blue 138

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

Shades of Deep Blush #E2688A

Tints of Deep Blush #E2688A

RGB

 RED value IS 226 (88.67% from 255) = 48.29%

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

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

R = 48.29%
G = 22.22%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E2688A (or 0xE2688A) is known color: Deep Blush. HEX triplet: E2, 68 and 8A. RGB value is (226,104,138). Sum of RGB (Red+Green+Blue) = 226+104+138=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E2688A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2688A is #1D9775. Grayscale: #909090. Windows color (decimal): -1939318 or 9070818. OLE color: 9070818.

HSL color Cylindrical-coordinate representation of color #E2688A: hue angle of 343.28º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E2688A is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 104 138 -
CMYK 0 0.54 0.39 0.11
HSL 343.28º 0.68% 0.65% -
HSV(B) 343.28º 0.54% 0.89% -
XYZ 40.9 27.9 27.28 -
YUV 144.35 124.42 186.24 -
System Red Green Blue C M Y K H S L
Decimal 226 104 138 0 0.54 0.39 0.11 343.28 0.68 0.65
Hex E2 68 8A 0 36 27 B 157 44 41
Octal 342 150 212 0 66 47 13 527 104 101
Binary 11100010 1101000 10001010 0 110110 100111 1011 101010111 1000100 1000001

Color Harmonies of #E2688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2688A

Black with #E2688A

Text Example


Text Example

White with #E2688A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2688A; }

 p { color: rgb(226,104,138); }

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

background-color css

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

 a { background-color: rgb(226,104,138); }

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

border-color css

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

 span { border-color: rgb(226,104,138); }

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