Html Css Color HEX #E08C79 New York Pink

📋 copy color: '#E08C79'

red 224 ◦ green 140 ◦ blue 121

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

Shades of New York Pink #E08C79

Tints of New York Pink #E08C79

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.87%

 BLUE value IS 121 (47.66% from 255) = 24.95%

R = 46.19%
G = 28.87%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E08C79 (or 0xE08C79) is known color: New York Pink. HEX triplet: E0, 8C and 79. RGB value is (224,140,121). Sum of RGB (Red+Green+Blue) = 224+140+121=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08C79 is #1F7386. Grayscale: #A3A3A3. Windows color (decimal): -2061191 or 7965920. OLE color: 7965920.

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

Color convert

RGB 224 140 121 -
CMYK 0 0.38 0.46 0.12
HSL 11.07º 0.62% 0.68% -
HSV(B) 11.07º 0.46% 0.88% -
XYZ 43.57 35.98 22.74 -
YUV 162.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 224 140 121 0 0.38 0.46 0.12 11.07 0.62 0.68
Hex E0 8C 79 0 26 2E C B 3E 44
Octal 340 214 171 0 46 56 14 13 76 104
Binary 11100000 10001100 1111001 0 100110 101110 1100 1011 111110 1000100

Color Harmonies of #E08C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08C79

Black with #E08C79

Text Example


Text Example

White with #E08C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08C79; }

 p { color: rgb(224,140,121); }

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

background-color css

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

 a { background-color: rgb(224,140,121); }

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

border-color css

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

 span { border-color: rgb(224,140,121); }

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