Html Css Color HEX #E08674 New York Pink

📋 copy color: '#E08674'

red 224 ◦ green 134 ◦ blue 116

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

Shades of New York Pink #E08674

Tints of New York Pink #E08674

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.27%

 BLUE value IS 116 (45.7% from 255) = 24.47%

R = 47.26%
G = 28.27%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E08674 (or 0xE08674) is known color: New York Pink. HEX triplet: E0, 86 and 74. RGB value is (224,134,116). Sum of RGB (Red+Green+Blue) = 224+134+116=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E08674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08674 is #1F798B. Grayscale: #9F9F9F. Windows color (decimal): -2062732 or 7636704. OLE color: 7636704.

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

Color convert

RGB 224 134 116 -
CMYK 0 0.40 0.48 0.12
HSL 10º 0.64% 0.67% -
HSV(B) 10º 0.48% 0.88% -
XYZ 42.42 34.16 20.88 -
YUV 158.86 103.82 174.46 -
System Red Green Blue C M Y K H S L
Decimal 224 134 116 0 0.40 0.48 0.12 10 0.64 0.67
Hex E0 86 74 0 28 30 C A 40 43
Octal 340 206 164 0 50 60 14 12 100 103
Binary 11100000 10000110 1110100 0 101000 110000 1100 1010 1000000 1000011

Color Harmonies of #E08674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08674

Black with #E08674

Text Example


Text Example

White with #E08674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08674; }

 p { color: rgb(224,134,116); }

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

background-color css

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

 a { background-color: rgb(224,134,116); }

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

border-color css

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

 span { border-color: rgb(224,134,116); }

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