Html Css Color HEX #E5758C Deep Blush

📋 copy color: '#E5758C'

red 229 ◦ green 117 ◦ blue 140

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

Shades of Deep Blush #E5758C

Tints of Deep Blush #E5758C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.81%

R = 47.12%
G = 24.07%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E5758C (or 0xE5758C) is known color: Deep Blush. HEX triplet: E5, 75 and 8C. RGB value is (229,117,140). Sum of RGB (Red+Green+Blue) = 229+117+140=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E5758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5758C is #1A8A73. Grayscale: #999999. Windows color (decimal): -1739380 or 9205221. OLE color: 9205221.

HSL color Cylindrical-coordinate representation of color #E5758C: hue angle of 347.68º 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 #E5758C is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 117 140 -
CMYK 0 0.49 0.39 0.10
HSL 347.68º 0.68% 0.68% -
HSV(B) 347.68º 0.49% 0.9% -
XYZ 43.41 31.27 28.56 -
YUV 153.11 120.61 182.13 -
System Red Green Blue C M Y K H S L
Decimal 229 117 140 0 0.49 0.39 0.10 347.68 0.68 0.68
Hex E5 75 8C 0 31 27 A 15C 44 44
Octal 345 165 214 0 61 47 12 534 104 104
Binary 11100101 1110101 10001100 0 110001 100111 1010 101011100 1000100 1000100

Color Harmonies of #E5758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5758C

Black with #E5758C

Text Example


Text Example

White with #E5758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5758C; }

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

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

background-color css

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

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

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

border-color css

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

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

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