Html Css Color HEX #E08270 New York Pink

📋 copy color: '#E08270'

red 224 ◦ green 130 ◦ blue 112

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

Shades of New York Pink #E08270

Tints of New York Pink #E08270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.9%

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

R = 48.07%
G = 27.9%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E08270 (or 0xE08270) is known color: New York Pink. HEX triplet: E0, 82 and 70. RGB value is (224,130,112). Sum of RGB (Red+Green+Blue) = 224+130+112=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E08270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08270 is #1F7D8F. Grayscale: #9C9C9C. Windows color (decimal): -2063760 or 7373536. OLE color: 7373536.

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

Color convert

RGB 224 130 112 -
CMYK 0 0.42 0.50 0.12
HSL 9.64º 0.64% 0.66% -
HSV(B) 9.64º 0.5% 0.88% -
XYZ 41.65 32.98 19.5 -
YUV 156.05 103.14 176.46 -
System Red Green Blue C M Y K H S L
Decimal 224 130 112 0 0.42 0.50 0.12 9.64 0.64 0.66
Hex E0 82 70 0 2A 32 C A 40 42
Octal 340 202 160 0 52 62 14 12 100 102
Binary 11100000 10000010 1110000 0 101010 110010 1100 1010 1000000 1000010

Color Harmonies of #E08270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08270

Black with #E08270

Text Example


Text Example

White with #E08270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08270; }

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

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

background-color css

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

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

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

border-color css

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

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

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