Html Css Color HEX #E1768E Deep Blush

📋 copy color: '#E1768E'

red 225 ◦ green 118 ◦ blue 142

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

Shades of Deep Blush #E1768E

Tints of Deep Blush #E1768E

RGB

 RED value IS 225 (88.28% from 255) = 46.39%

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

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

R = 46.39%
G = 24.33%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E1768E (or 0xE1768E) is known color: Deep Blush. HEX triplet: E1, 76 and 8E. RGB value is (225,118,142). Sum of RGB (Red+Green+Blue) = 225+118+142=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E1768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1768E is #1E8971. Grayscale: #989898. Windows color (decimal): -2001266 or 9336545. OLE color: 9336545.

HSL color Cylindrical-coordinate representation of color #E1768E: hue angle of 346.54º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E1768E is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 118 142 -
CMYK 0 0.48 0.37 0.12
HSL 346.54º 0.64% 0.67% -
HSV(B) 346.54º 0.48% 0.88% -
XYZ 42.41 30.92 29.32 -
YUV 152.73 121.95 179.55 -
System Red Green Blue C M Y K H S L
Decimal 225 118 142 0 0.48 0.37 0.12 346.54 0.64 0.67
Hex E1 76 8E 0 30 25 C 15B 40 43
Octal 341 166 216 0 60 45 14 533 100 103
Binary 11100001 1110110 10001110 0 110000 100101 1100 101011011 1000000 1000011

Color Harmonies of #E1768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1768E

Black with #E1768E

Text Example


Text Example

White with #E1768E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1768E; }

 p { color: rgb(225,118,142); }

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

background-color css

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

 a { background-color: rgb(225,118,142); }

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

border-color css

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

 span { border-color: rgb(225,118,142); }

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