Html Css Color HEX #E08176 New York Pink

📋 copy color: '#E08176'

red 224 ◦ green 129 ◦ blue 118

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

Shades of New York Pink #E08176

Tints of New York Pink #E08176

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.39%

 BLUE value IS 118 (46.48% from 255) = 25.05%

R = 47.56%
G = 27.39%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E08176 (or 0xE08176) is known color: New York Pink. HEX triplet: E0, 81 and 76. RGB value is (224,129,118). Sum of RGB (Red+Green+Blue) = 224+129+118=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E08176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08176 is #1F7E89. Grayscale: #9C9C9C. Windows color (decimal): -2064010 or 7766496. OLE color: 7766496.

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

Color convert

RGB 224 129 118 -
CMYK 0 0.42 0.47 0.12
HSL 6.23º 0.63% 0.67% -
HSV(B) 6.23º 0.47% 0.88% -
XYZ 41.86 32.86 21.28 -
YUV 156.15 106.47 176.39 -
System Red Green Blue C M Y K H S L
Decimal 224 129 118 0 0.42 0.47 0.12 6.23 0.63 0.67
Hex E0 81 76 0 2A 2F C 6 3F 43
Octal 340 201 166 0 52 57 14 6 77 103
Binary 11100000 10000001 1110110 0 101010 101111 1100 110 111111 1000011

Color Harmonies of #E08176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08176

Black with #E08176

Text Example


Text Example

White with #E08176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08176; }

 p { color: rgb(224,129,118); }

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

background-color css

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

 a { background-color: rgb(224,129,118); }

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

border-color css

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

 span { border-color: rgb(224,129,118); }

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