Html Css Color HEX #E08370 New York Pink

📋 copy color: '#E08370'

red 224 ◦ green 131 ◦ blue 112

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

Shades of New York Pink #E08370

Tints of New York Pink #E08370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.05%

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

R = 47.97%
G = 28.05%
B = 23.98%

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

#E08370 (or 0xE08370) is known color: New York Pink. HEX triplet: E0, 83 and 70. RGB value is (224,131,112). Sum of RGB (Red+Green+Blue) = 224+131+112=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E08370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08370 is #1F7C8F. Grayscale: #9C9C9C. Windows color (decimal): -2063504 or 7373792. OLE color: 7373792.

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

Color convert

RGB 224 131 112 -
CMYK 0 0.42 0.50 0.12
HSL 10.18º 0.64% 0.66% -
HSV(B) 10.18º 0.5% 0.88% -
XYZ 41.78 33.25 19.54 -
YUV 156.64 102.81 176.04 -
System Red Green Blue C M Y K H S L
Decimal 224 131 112 0 0.42 0.50 0.12 10.18 0.64 0.66
Hex E0 83 70 0 2A 32 C A 40 42
Octal 340 203 160 0 52 62 14 12 100 102
Binary 11100000 10000011 1110000 0 101010 110010 1100 1010 1000000 1000010

Color Harmonies of #E08370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08370

Black with #E08370

Text Example


Text Example

White with #E08370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08370; }

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

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

background-color css

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

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

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

border-color css

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

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

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