Html Css Color HEX #E58479 New York Pink

📋 copy color: '#E58479'

red 229 ◦ green 132 ◦ blue 121

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

Shades of New York Pink #E58479

Tints of New York Pink #E58479

RGB

 RED value IS 229 (89.84% from 255) = 47.51%

 GREEN value IS 132 (51.95% from 255) = 27.39%

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

R = 47.51%
G = 27.39%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E58479 (or 0xE58479) is known color: New York Pink. HEX triplet: E5, 84 and 79. RGB value is (229,132,121). Sum of RGB (Red+Green+Blue) = 229+132+121=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 121 (47.66% from 255 or 25.10% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E58479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58479 is #1A7B86. Grayscale: #9F9F9F. Windows color (decimal): -1735559 or 7963877. OLE color: 7963877.

HSL color Cylindrical-coordinate representation of color #E58479: hue angle of 6.11º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E58479 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 132 121 -
CMYK 0 0.42 0.47 0.10
HSL 6.11º 0.68% 0.69% -
HSV(B) 6.11º 0.47% 0.9% -
XYZ 44.02 34.54 22.44 -
YUV 159.75 106.14 177.39 -
System Red Green Blue C M Y K H S L
Decimal 229 132 121 0 0.42 0.47 0.10 6.11 0.68 0.69
Hex E5 84 79 0 2A 2F A 6 44 45
Octal 345 204 171 0 52 57 12 6 104 105
Binary 11100101 10000100 1111001 0 101010 101111 1010 110 1000100 1000101

Color Harmonies of #E58479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58479

Black with #E58479

Text Example


Text Example

White with #E58479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58479; }

 p { color: rgb(229,132,121); }

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

background-color css

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

 a { background-color: rgb(229,132,121); }

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

border-color css

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

 span { border-color: rgb(229,132,121); }

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