Html Css Color HEX #E1728F Deep Blush

📋 copy color: '#E1728F'

red 225 ◦ green 114 ◦ blue 143

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

Shades of Deep Blush #E1728F

Tints of Deep Blush #E1728F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.65%

 BLUE value IS 143 (56.25% from 255) = 29.67%

R = 46.68%
G = 23.65%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E1728F (or 0xE1728F) is known color: Deep Blush. HEX triplet: E1, 72 and 8F. RGB value is (225,114,143). Sum of RGB (Red+Green+Blue) = 225+114+143=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E1728F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1728F is #1E8D70. Grayscale: #969696. Windows color (decimal): -2002289 or 9401057. OLE color: 9401057.

HSL color Cylindrical-coordinate representation of color #E1728F: hue angle of 344.32º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E1728F is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 114 143 -
CMYK 0 0.49 0.36 0.12
HSL 344.32º 0.65% 0.66% -
HSV(B) 344.32º 0.49% 0.88% -
XYZ 42.03 30.03 29.57 -
YUV 150.5 123.77 181.14 -
System Red Green Blue C M Y K H S L
Decimal 225 114 143 0 0.49 0.36 0.12 344.32 0.65 0.66
Hex E1 72 8F 0 31 24 C 158 41 42
Octal 341 162 217 0 61 44 14 530 101 102
Binary 11100001 1110010 10001111 0 110001 100100 1100 101011000 1000001 1000010

Color Harmonies of #E1728F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1728F

Black with #E1728F

Text Example


Text Example

White with #E1728F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1728F; }

 p { color: rgb(225,114,143); }

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

background-color css

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

 a { background-color: rgb(225,114,143); }

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

border-color css

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

 span { border-color: rgb(225,114,143); }

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