Html Css Color HEX #E08776 New York Pink

📋 copy color: '#E08776'

red 224 ◦ green 135 ◦ blue 118

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

Shades of New York Pink #E08776

Tints of New York Pink #E08776

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.3%

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

R = 46.96%
G = 28.3%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E08776 (or 0xE08776) is known color: New York Pink. HEX triplet: E0, 87 and 76. RGB value is (224,135,118). Sum of RGB (Red+Green+Blue) = 224+135+118=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E08776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08776 is #1F7889. Grayscale: #9F9F9F. Windows color (decimal): -2062474 or 7768032. OLE color: 7768032.

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

Color convert

RGB 224 135 118 -
CMYK 0 0.40 0.47 0.12
HSL 9.62º 0.63% 0.67% -
HSV(B) 9.62º 0.47% 0.88% -
XYZ 42.67 34.48 21.55 -
YUV 159.67 104.49 173.88 -
System Red Green Blue C M Y K H S L
Decimal 224 135 118 0 0.40 0.47 0.12 9.62 0.63 0.67
Hex E0 87 76 0 28 2F C A 3F 43
Octal 340 207 166 0 50 57 14 12 77 103
Binary 11100000 10000111 1110110 0 101000 101111 1100 1010 111111 1000011

Color Harmonies of #E08776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08776

Black with #E08776

Text Example


Text Example

White with #E08776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08776; }

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

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

background-color css

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

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

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

border-color css

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

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

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