Html Css Color HEX #E08379 New York Pink

📋 copy color: '#E08379'

red 224 ◦ green 131 ◦ blue 121

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

Shades of New York Pink #E08379

Tints of New York Pink #E08379

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.52%

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

R = 47.06%
G = 27.52%
B = 25.42%

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

#E08379 (or 0xE08379) is known color: New York Pink. HEX triplet: E0, 83 and 79. RGB value is (224,131,121). Sum of RGB (Red+Green+Blue) = 224+131+121=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E08379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08379 is #1F7C86. Grayscale: #9D9D9D. Windows color (decimal): -2063495 or 7963616. OLE color: 7963616.

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

Color convert

RGB 224 131 121 -
CMYK 0 0.42 0.46 0.12
HSL 5.83º 0.62% 0.68% -
HSV(B) 5.83º 0.46% 0.88% -
XYZ 42.31 33.46 22.32 -
YUV 157.67 107.31 175.31 -
System Red Green Blue C M Y K H S L
Decimal 224 131 121 0 0.42 0.46 0.12 5.83 0.62 0.68
Hex E0 83 79 0 2A 2E C 6 3E 44
Octal 340 203 171 0 52 56 14 6 76 104
Binary 11100000 10000011 1111001 0 101010 101110 1100 110 111110 1000100

Color Harmonies of #E08379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08379

Black with #E08379

Text Example


Text Example

White with #E08379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08379; }

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

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

background-color css

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

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

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

border-color css

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

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

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