Html Css Color HEX #E2768D Deep Blush

📋 copy color: '#E2768D'

red 226 ◦ green 118 ◦ blue 141

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

Shades of Deep Blush #E2768D

Tints of Deep Blush #E2768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.33%

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

R = 46.6%
G = 24.33%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2768D (or 0xE2768D) is known color: Deep Blush. HEX triplet: E2, 76 and 8D. RGB value is (226,118,141). Sum of RGB (Red+Green+Blue) = 226+118+141=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E2768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2768D is #1D8972. Grayscale: #989898. Windows color (decimal): -1935731 or 9271010. OLE color: 9271010.

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

Color convert

RGB 226 118 141 -
CMYK 0 0.48 0.38 0.11
HSL 347.22º 0.65% 0.67% -
HSV(B) 347.22º 0.48% 0.89% -
XYZ 42.65 31.05 28.94 -
YUV 152.91 121.28 180.13 -
System Red Green Blue C M Y K H S L
Decimal 226 118 141 0 0.48 0.38 0.11 347.22 0.65 0.67
Hex E2 76 8D 0 30 26 B 15B 41 43
Octal 342 166 215 0 60 46 13 533 101 103
Binary 11100010 1110110 10001101 0 110000 100110 1011 101011011 1000001 1000011

Color Harmonies of #E2768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2768D

Black with #E2768D

Text Example


Text Example

White with #E2768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2768D; }

 p { color: rgb(226,118,141); }

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

background-color css

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

 a { background-color: rgb(226,118,141); }

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

border-color css

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

 span { border-color: rgb(226,118,141); }

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