Html Css Color HEX #E1758E Deep Blush

📋 copy color: '#E1758E'

red 225 ◦ green 117 ◦ blue 142

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

Shades of Deep Blush #E1758E

Tints of Deep Blush #E1758E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.34%

R = 46.49%
G = 24.17%
B = 29.34%

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

#E1758E (or 0xE1758E) is known color: Deep Blush. HEX triplet: E1, 75 and 8E. RGB value is (225,117,142). Sum of RGB (Red+Green+Blue) = 225+117+142=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E1758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1758E is #1E8A71. Grayscale: #989898. Windows color (decimal): -2001522 or 9336289. OLE color: 9336289.

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

Color convert

RGB 225 117 142 -
CMYK 0 0.48 0.37 0.12
HSL 346.11º 0.64% 0.67% -
HSV(B) 346.11º 0.48% 0.88% -
XYZ 42.3 30.68 29.28 -
YUV 152.14 122.28 179.97 -
System Red Green Blue C M Y K H S L
Decimal 225 117 142 0 0.48 0.37 0.12 346.11 0.64 0.67
Hex E1 75 8E 0 30 25 C 15A 40 43
Octal 341 165 216 0 60 45 14 532 100 103
Binary 11100001 1110101 10001110 0 110000 100101 1100 101011010 1000000 1000011

Color Harmonies of #E1758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1758E

Black with #E1758E

Text Example


Text Example

White with #E1758E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1758E; }

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

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

background-color css

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

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

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

border-color css

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

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

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