Html Css Color HEX #E18572 New York Pink

📋 copy color: '#E18572'

red 225 ◦ green 133 ◦ blue 114

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

Shades of New York Pink #E18572

Tints of New York Pink #E18572

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.18%

 BLUE value IS 114 (44.92% from 255) = 24.15%

R = 47.67%
G = 28.18%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E18572 (or 0xE18572) is known color: New York Pink. HEX triplet: E1, 85 and 72. RGB value is (225,133,114). Sum of RGB (Red+Green+Blue) = 225+133+114=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E18572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18572 is #1E7A8D. Grayscale: #9E9E9E. Windows color (decimal): -1997454 or 7505377. OLE color: 7505377.

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

Color convert

RGB 225 133 114 -
CMYK 0 0.41 0.49 0.12
HSL 10.27º 0.65% 0.66% -
HSV(B) 10.27º 0.49% 0.88% -
XYZ 42.48 34 20.24 -
YUV 158.34 102.98 175.54 -
System Red Green Blue C M Y K H S L
Decimal 225 133 114 0 0.41 0.49 0.12 10.27 0.65 0.66
Hex E1 85 72 0 29 31 C A 41 42
Octal 341 205 162 0 51 61 14 12 101 102
Binary 11100001 10000101 1110010 0 101001 110001 1100 1010 1000001 1000010

Color Harmonies of #E18572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18572

Black with #E18572

Text Example


Text Example

White with #E18572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18572; }

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

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

background-color css

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

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

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

border-color css

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

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

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