Html Css Color HEX #E08870 New York Pink

📋 copy color: '#E08870'

red 224 ◦ green 136 ◦ blue 112

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

Shades of New York Pink #E08870

Tints of New York Pink #E08870

RGB

 RED value IS 224 (87.89% from 255) = 47.46%

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

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

R = 47.46%
G = 28.81%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E08870 (or 0xE08870) is known color: New York Pink. HEX triplet: E0, 88 and 70. RGB value is (224,136,112). Sum of RGB (Red+Green+Blue) = 224+136+112=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E08870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08870 is #1F778F. Grayscale: #9F9F9F. Windows color (decimal): -2062224 or 7375072. OLE color: 7375072.

HSL color Cylindrical-coordinate representation of color #E08870: hue angle of 12.86º degrees, saturation: 0.64, 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 #E08870 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 136 112 -
CMYK 0 0.39 0.50 0.12
HSL 12.86º 0.64% 0.66% -
HSV(B) 12.86º 0.5% 0.88% -
XYZ 42.47 34.63 19.77 -
YUV 159.58 101.15 173.95 -
System Red Green Blue C M Y K H S L
Decimal 224 136 112 0 0.39 0.50 0.12 12.86 0.64 0.66
Hex E0 88 70 0 27 32 C D 40 42
Octal 340 210 160 0 47 62 14 15 100 102
Binary 11100000 10001000 1110000 0 100111 110010 1100 1101 1000000 1000010

Color Harmonies of #E08870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08870

Black with #E08870

Text Example


Text Example

White with #E08870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08870; }

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

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

background-color css

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

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

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

border-color css

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

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

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