Html Css Color HEX #E08470 New York Pink

📋 copy color: '#E08470'

red 224 ◦ green 132 ◦ blue 112

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

Shades of New York Pink #E08470

Tints of New York Pink #E08470

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.21%

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

R = 47.86%
G = 28.21%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E08470 (or 0xE08470) is known color: New York Pink. HEX triplet: E0, 84 and 70. RGB value is (224,132,112). Sum of RGB (Red+Green+Blue) = 224+132+112=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E08470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08470 is #1F7B8F. Grayscale: #9D9D9D. Windows color (decimal): -2063248 or 7374048. OLE color: 7374048.

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

Color convert

RGB 224 132 112 -
CMYK 0 0.41 0.50 0.12
HSL 10.71º 0.64% 0.66% -
HSV(B) 10.71º 0.5% 0.88% -
XYZ 41.92 33.52 19.59 -
YUV 157.23 102.48 175.63 -
System Red Green Blue C M Y K H S L
Decimal 224 132 112 0 0.41 0.50 0.12 10.71 0.64 0.66
Hex E0 84 70 0 29 32 C B 40 42
Octal 340 204 160 0 51 62 14 13 100 102
Binary 11100000 10000100 1110000 0 101001 110010 1100 1011 1000000 1000010

Color Harmonies of #E08470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08470

Black with #E08470

Text Example


Text Example

White with #E08470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08470; }

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

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

background-color css

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

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

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

border-color css

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

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

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