Html Css Color HEX #E08178 New York Pink

📋 copy color: '#E08178'

red 224 ◦ green 129 ◦ blue 120

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

Shades of New York Pink #E08178

Tints of New York Pink #E08178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.37%

R = 47.36%
G = 27.27%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E08178 (or 0xE08178) is known color: New York Pink. HEX triplet: E0, 81 and 78. RGB value is (224,129,120). Sum of RGB (Red+Green+Blue) = 224+129+120=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E08178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08178 is #1F7E87. Grayscale: #9C9C9C. Windows color (decimal): -2064008 or 7897568. OLE color: 7897568.

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

Color convert

RGB 224 129 120 -
CMYK 0 0.42 0.46 0.12
HSL 5.19º 0.63% 0.67% -
HSV(B) 5.19º 0.46% 0.88% -
XYZ 41.98 32.9 21.91 -
YUV 156.38 107.47 176.23 -
System Red Green Blue C M Y K H S L
Decimal 224 129 120 0 0.42 0.46 0.12 5.19 0.63 0.67
Hex E0 81 78 0 2A 2E C 5 3F 43
Octal 340 201 170 0 52 56 14 5 77 103
Binary 11100000 10000001 1111000 0 101010 101110 1100 101 111111 1000011

Color Harmonies of #E08178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08178

Black with #E08178

Text Example


Text Example

White with #E08178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08178; }

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

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

background-color css

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

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

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

border-color css

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

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

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