Html Css Color HEX #E08672 New York Pink

📋 copy color: '#E08672'

red 224 ◦ green 134 ◦ blue 114

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

Shades of New York Pink #E08672

Tints of New York Pink #E08672

RGB

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

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

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

R = 47.46%
G = 28.39%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E08672 (or 0xE08672) is known color: New York Pink. HEX triplet: E0, 86 and 72. RGB value is (224,134,114). Sum of RGB (Red+Green+Blue) = 224+134+114=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E08672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08672 is #1F798D. Grayscale: #9E9E9E. Windows color (decimal): -2062734 or 7505632. OLE color: 7505632.

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

Color convert

RGB 224 134 114 -
CMYK 0 0.40 0.49 0.12
HSL 10.91º 0.64% 0.66% -
HSV(B) 10.91º 0.49% 0.88% -
XYZ 42.3 34.11 20.27 -
YUV 158.63 102.82 174.63 -
System Red Green Blue C M Y K H S L
Decimal 224 134 114 0 0.40 0.49 0.12 10.91 0.64 0.66
Hex E0 86 72 0 28 31 C B 40 42
Octal 340 206 162 0 50 61 14 13 100 102
Binary 11100000 10000110 1110010 0 101000 110001 1100 1011 1000000 1000010

Color Harmonies of #E08672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08672

Black with #E08672

Text Example


Text Example

White with #E08672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08672; }

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

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

background-color css

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

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

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

border-color css

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

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

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