Html Css Color HEX #E08372 New York Pink

📋 copy color: '#E08372'

red 224 ◦ green 131 ◦ blue 114

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

Shades of New York Pink #E08372

Tints of New York Pink #E08372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.31%

R = 47.76%
G = 27.93%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E08372 (or 0xE08372) is known color: New York Pink. HEX triplet: E0, 83 and 72. RGB value is (224,131,114). Sum of RGB (Red+Green+Blue) = 224+131+114=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E08372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08372 is #1F7C8D. Grayscale: #9D9D9D. Windows color (decimal): -2063502 or 7504864. OLE color: 7504864.

HSL color Cylindrical-coordinate representation of color #E08372: hue angle of 9.27º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E08372 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 131 114 -
CMYK 0 0.42 0.49 0.12
HSL 9.27º 0.64% 0.66% -
HSV(B) 9.27º 0.49% 0.88% -
XYZ 41.89 33.29 20.14 -
YUV 156.87 103.81 175.88 -
System Red Green Blue C M Y K H S L
Decimal 224 131 114 0 0.42 0.49 0.12 9.27 0.64 0.66
Hex E0 83 72 0 2A 31 C 9 40 42
Octal 340 203 162 0 52 61 14 11 100 102
Binary 11100000 10000011 1110010 0 101010 110001 1100 1001 1000000 1000010

Color Harmonies of #E08372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08372

Black with #E08372

Text Example


Text Example

White with #E08372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08372; }

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

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

background-color css

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

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

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

border-color css

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

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

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