Html Css Color HEX #E08679 New York Pink

📋 copy color: '#E08679'

red 224 ◦ green 134 ◦ blue 121

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

Shades of New York Pink #E08679

Tints of New York Pink #E08679

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.97%

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

R = 46.76%
G = 27.97%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E08679 (or 0xE08679) is known color: New York Pink. HEX triplet: E0, 86 and 79. RGB value is (224,134,121). Sum of RGB (Red+Green+Blue) = 224+134+121=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E08679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08679 is #1F7986. Grayscale: #9F9F9F. Windows color (decimal): -2062727 or 7964384. OLE color: 7964384.

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

Color convert

RGB 224 134 121 -
CMYK 0 0.40 0.46 0.12
HSL 7.57º 0.62% 0.68% -
HSV(B) 7.57º 0.46% 0.88% -
XYZ 42.72 34.28 22.45 -
YUV 159.43 106.32 174.06 -
System Red Green Blue C M Y K H S L
Decimal 224 134 121 0 0.40 0.46 0.12 7.57 0.62 0.68
Hex E0 86 79 0 28 2E C 8 3E 44
Octal 340 206 171 0 50 56 14 10 76 104
Binary 11100000 10000110 1111001 0 101000 101110 1100 1000 111110 1000100

Color Harmonies of #E08679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08679

Black with #E08679

Text Example


Text Example

White with #E08679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08679; }

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

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

background-color css

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

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

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

border-color css

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

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

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