Html Css Color HEX #E18672 New York Pink

📋 copy color: '#E18672'

red 225 ◦ green 134 ◦ blue 114

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

Shades of New York Pink #E18672

Tints of New York Pink #E18672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.33%

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

R = 47.57%
G = 28.33%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E18672 (or 0xE18672) is known color: New York Pink. HEX triplet: E1, 86 and 72. RGB value is (225,134,114). Sum of RGB (Red+Green+Blue) = 225+134+114=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E18672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18672 is #1E798D. Grayscale: #9F9F9F. Windows color (decimal): -1997198 or 7505633. OLE color: 7505633.

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

Color convert

RGB 225 134 114 -
CMYK 0 0.40 0.49 0.12
HSL 10.81º 0.65% 0.66% -
HSV(B) 10.81º 0.49% 0.88% -
XYZ 42.61 34.27 20.29 -
YUV 158.93 102.65 175.13 -
System Red Green Blue C M Y K H S L
Decimal 225 134 114 0 0.40 0.49 0.12 10.81 0.65 0.66
Hex E1 86 72 0 28 31 C B 41 42
Octal 341 206 162 0 50 61 14 13 101 102
Binary 11100001 10000110 1110010 0 101000 110001 1100 1011 1000001 1000010

Color Harmonies of #E18672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18672

Black with #E18672

Text Example


Text Example

White with #E18672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18672; }

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

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

background-color css

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

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

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

border-color css

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

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

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