Html Css Color HEX #E08577 New York Pink

📋 copy color: '#E08577'

red 224 ◦ green 133 ◦ blue 119

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

Shades of New York Pink #E08577

Tints of New York Pink #E08577

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.94%

 BLUE value IS 119 (46.88% from 255) = 25%

R = 47.06%
G = 27.94%
B = 25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E08577 (or 0xE08577) is known color: New York Pink. HEX triplet: E0, 85 and 77. RGB value is (224,133,119). Sum of RGB (Red+Green+Blue) = 224+133+119=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E08577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08577 is #1F7A88. Grayscale: #9E9E9E. Windows color (decimal): -2062985 or 7833056. OLE color: 7833056.

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

Color convert

RGB 224 133 119 -
CMYK 0 0.41 0.47 0.12
HSL 0.63% 0.67% -
HSV(B) 0.47% 0.88% -
XYZ 42.46 33.95 21.77 -
YUV 158.61 105.65 174.64 -
System Red Green Blue C M Y K H S L
Decimal 224 133 119 0 0.41 0.47 0.12 8 0.63 0.67
Hex E0 85 77 0 29 2F C 8 3F 43
Octal 340 205 167 0 51 57 14 10 77 103
Binary 11100000 10000101 1110111 0 101001 101111 1100 1000 111111 1000011

Color Harmonies of #E08577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08577

Black with #E08577

Text Example


Text Example

White with #E08577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08577; }

 p { color: rgb(224,133,119); }

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

background-color css

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

 a { background-color: rgb(224,133,119); }

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

border-color css

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

 span { border-color: rgb(224,133,119); }

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