Html Css Color HEX #E5768A Deep Blush

📋 copy color: '#E5768A'

red 229 ◦ green 118 ◦ blue 138

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

Shades of Deep Blush #E5768A

Tints of Deep Blush #E5768A

RGB

 RED value IS 229 (89.84% from 255) = 47.22%

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

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

R = 47.22%
G = 24.33%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E5768A (or 0xE5768A) is known color: Deep Blush. HEX triplet: E5, 76 and 8A. RGB value is (229,118,138). Sum of RGB (Red+Green+Blue) = 229+118+138=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E5768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5768A is #1A8975. Grayscale: #999999. Windows color (decimal): -1739126 or 9074405. OLE color: 9074405.

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

Color convert

RGB 229 118 138 -
CMYK 0 0.48 0.40 0.10
HSL 349.19º 0.68% 0.68% -
HSV(B) 349.19º 0.48% 0.9% -
XYZ 43.38 31.45 27.83 -
YUV 153.47 119.27 181.87 -
System Red Green Blue C M Y K H S L
Decimal 229 118 138 0 0.48 0.40 0.10 349.19 0.68 0.68
Hex E5 76 8A 0 30 28 A 15D 44 44
Octal 345 166 212 0 60 50 12 535 104 104
Binary 11100101 1110110 10001010 0 110000 101000 1010 101011101 1000100 1000100

Color Harmonies of #E5768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5768A

Black with #E5768A

Text Example


Text Example

White with #E5768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5768A; }

 p { color: rgb(229,118,138); }

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

background-color css

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

 a { background-color: rgb(229,118,138); }

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

border-color css

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

 span { border-color: rgb(229,118,138); }

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