Html Css Color HEX #E08473 New York Pink

📋 copy color: '#E08473'

red 224 ◦ green 132 ◦ blue 115

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

Shades of New York Pink #E08473

Tints of New York Pink #E08473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.42%

R = 47.56%
G = 28.03%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E08473 (or 0xE08473) is known color: New York Pink. HEX triplet: E0, 84 and 73. RGB value is (224,132,115). Sum of RGB (Red+Green+Blue) = 224+132+115=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E08473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08473 is #1F7B8C. Grayscale: #9D9D9D. Windows color (decimal): -2063245 or 7570656. OLE color: 7570656.

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

Color convert

RGB 224 132 115 -
CMYK 0 0.41 0.49 0.12
HSL 9.36º 0.64% 0.66% -
HSV(B) 9.36º 0.49% 0.88% -
XYZ 42.09 33.59 20.48 -
YUV 157.57 103.98 175.38 -
System Red Green Blue C M Y K H S L
Decimal 224 132 115 0 0.41 0.49 0.12 9.36 0.64 0.66
Hex E0 84 73 0 29 31 C 9 40 42
Octal 340 204 163 0 51 61 14 11 100 102
Binary 11100000 10000100 1110011 0 101001 110001 1100 1001 1000000 1000010

Color Harmonies of #E08473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08473

Black with #E08473

Text Example


Text Example

White with #E08473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08473; }

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

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

background-color css

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

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

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

border-color css

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

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

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