Html Css Color HEX #E5758D Deep Blush

📋 copy color: '#E5758D'

red 229 ◦ green 117 ◦ blue 141

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

Shades of Deep Blush #E5758D

Tints of Deep Blush #E5758D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.02%

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

R = 47.02%
G = 24.02%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E5758D (or 0xE5758D) is known color: Deep Blush. HEX triplet: E5, 75 and 8D. RGB value is (229,117,141). Sum of RGB (Red+Green+Blue) = 229+117+141=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E5758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5758D is #1A8A72. Grayscale: #999999. Windows color (decimal): -1739379 or 9270757. OLE color: 9270757.

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

Color convert

RGB 229 117 141 -
CMYK 0 0.49 0.38 0.10
HSL 347.14º 0.68% 0.68% -
HSV(B) 347.14º 0.49% 0.9% -
XYZ 43.48 31.3 28.95 -
YUV 153.22 121.11 182.05 -
System Red Green Blue C M Y K H S L
Decimal 229 117 141 0 0.49 0.38 0.10 347.14 0.68 0.68
Hex E5 75 8D 0 31 26 A 15B 44 44
Octal 345 165 215 0 61 46 12 533 104 104
Binary 11100101 1110101 10001101 0 110001 100110 1010 101011011 1000100 1000100

Color Harmonies of #E5758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5758D

Black with #E5758D

Text Example


Text Example

White with #E5758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5758D; }

 p { color: rgb(229,117,141); }

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

background-color css

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

 a { background-color: rgb(229,117,141); }

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

border-color css

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

 span { border-color: rgb(229,117,141); }

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