Html Css Color HEX #E18870 New York Pink

📋 copy color: '#E18870'

red 225 ◦ green 136 ◦ blue 112

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

Shades of New York Pink #E18870

Tints of New York Pink #E18870

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.75%

 BLUE value IS 112 (44.14% from 255) = 23.68%

R = 47.57%
G = 28.75%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E18870 (or 0xE18870) is known color: New York Pink. HEX triplet: E1, 88 and 70. RGB value is (225,136,112). Sum of RGB (Red+Green+Blue) = 225+136+112=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E18870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18870 is #1E778F. Grayscale: #A0A0A0. Windows color (decimal): -1996688 or 7375073. OLE color: 7375073.

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

Color convert

RGB 225 136 112 -
CMYK 0 0.40 0.50 0.12
HSL 12.74º 0.65% 0.66% -
HSV(B) 12.74º 0.5% 0.88% -
XYZ 42.78 34.79 19.79 -
YUV 159.88 100.99 174.45 -
System Red Green Blue C M Y K H S L
Decimal 225 136 112 0 0.40 0.50 0.12 12.74 0.65 0.66
Hex E1 88 70 0 28 32 C D 41 42
Octal 341 210 160 0 50 62 14 15 101 102
Binary 11100001 10001000 1110000 0 101000 110010 1100 1101 1000001 1000010

Color Harmonies of #E18870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18870

Black with #E18870

Text Example


Text Example

White with #E18870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18870; }

 p { color: rgb(225,136,112); }

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

background-color css

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

 a { background-color: rgb(225,136,112); }

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

border-color css

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

 span { border-color: rgb(225,136,112); }

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