Html Css Color HEX #E1758D Deep Blush

📋 copy color: '#E1758D'

red 225 ◦ green 117 ◦ blue 141

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

Shades of Deep Blush #E1758D

Tints of Deep Blush #E1758D

RGB

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

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

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

R = 46.58%
G = 24.22%
B = 29.19%

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

#E1758D (or 0xE1758D) is known color: Deep Blush. HEX triplet: E1, 75 and 8D. RGB value is (225,117,141). Sum of RGB (Red+Green+Blue) = 225+117+141=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E1758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1758D is #1E8A72. Grayscale: #989898. Windows color (decimal): -2001523 or 9270753. OLE color: 9270753.

HSL color Cylindrical-coordinate representation of color #E1758D: hue angle of 346.67º 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 #E1758D is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 117 141 -
CMYK 0 0.48 0.37 0.12
HSL 346.67º 0.64% 0.67% -
HSV(B) 346.67º 0.48% 0.88% -
XYZ 42.22 30.65 28.89 -
YUV 152.03 121.78 180.05 -
System Red Green Blue C M Y K H S L
Decimal 225 117 141 0 0.48 0.37 0.12 346.67 0.64 0.67
Hex E1 75 8D 0 30 25 C 15B 40 43
Octal 341 165 215 0 60 45 14 533 100 103
Binary 11100001 1110101 10001101 0 110000 100101 1100 101011011 1000000 1000011

Color Harmonies of #E1758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1758D

Black with #E1758D

Text Example


Text Example

White with #E1758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1758D; }

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

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

background-color css

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

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

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

border-color css

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

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

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