Html Css Color HEX #E7758C Deep Blush

📋 copy color: '#E7758C'

red 231 ◦ green 117 ◦ blue 140

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

Shades of Deep Blush #E7758C

Tints of Deep Blush #E7758C

RGB

 RED value IS 231 (90.63% from 255) = 47.34%

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

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

R = 47.34%
G = 23.98%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E7758C (or 0xE7758C) is known color: Deep Blush. HEX triplet: E7, 75 and 8C. RGB value is (231,117,140). Sum of RGB (Red+Green+Blue) = 231+117+140=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 231 - color contains mainly: red. Hex color #E7758C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7758C is #188A73. Grayscale: #999999. Windows color (decimal): -1608308 or 9205223. OLE color: 9205223.

HSL color Cylindrical-coordinate representation of color #E7758C: hue angle of 347.89º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E7758C is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 117 140 -
CMYK 0 0.49 0.39 0.09
HSL 347.89º 0.7% 0.68% -
HSV(B) 347.89º 0.49% 0.91% -
XYZ 44.05 31.6 28.59 -
YUV 153.71 120.27 183.13 -
System Red Green Blue C M Y K H S L
Decimal 231 117 140 0 0.49 0.39 0.09 347.89 0.7 0.68
Hex E7 75 8C 0 31 27 9 15C 46 44
Octal 347 165 214 0 61 47 11 534 106 104
Binary 11100111 1110101 10001100 0 110001 100111 1001 101011100 1000110 1000100

Color Harmonies of #E7758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7758C

Black with #E7758C

Text Example


Text Example

White with #E7758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7758C; }

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

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

background-color css

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

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

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

border-color css

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

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

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