Html Css Color HEX #E08174 New York Pink

📋 copy color: '#E08174'

red 224 ◦ green 129 ◦ blue 116

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

Shades of New York Pink #E08174

Tints of New York Pink #E08174

RGB

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

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

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

R = 47.76%
G = 27.51%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E08174 (or 0xE08174) is known color: New York Pink. HEX triplet: E0, 81 and 74. RGB value is (224,129,116). Sum of RGB (Red+Green+Blue) = 224+129+116=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E08174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08174 is #1F7E8B. Grayscale: #9C9C9C. Windows color (decimal): -2064012 or 7635424. OLE color: 7635424.

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

Color convert

RGB 224 129 116 -
CMYK 0 0.42 0.48 0.12
HSL 7.22º 0.64% 0.67% -
HSV(B) 7.22º 0.48% 0.88% -
XYZ 41.74 32.81 20.66 -
YUV 155.92 105.47 176.56 -
System Red Green Blue C M Y K H S L
Decimal 224 129 116 0 0.42 0.48 0.12 7.22 0.64 0.67
Hex E0 81 74 0 2A 30 C 7 40 43
Octal 340 201 164 0 52 60 14 7 100 103
Binary 11100000 10000001 1110100 0 101010 110000 1100 111 1000000 1000011

Color Harmonies of #E08174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08174

Black with #E08174

Text Example


Text Example

White with #E08174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08174; }

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

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

background-color css

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

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

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

border-color css

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

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

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