Html Css Color HEX #E58470 New York Pink

📋 copy color: '#E58470'

red 229 ◦ green 132 ◦ blue 112

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

Shades of New York Pink #E58470

Tints of New York Pink #E58470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.68%

R = 48.41%
G = 27.91%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E58470 (or 0xE58470) is known color: New York Pink. HEX triplet: E5, 84 and 70. RGB value is (229,132,112). Sum of RGB (Red+Green+Blue) = 229+132+112=473 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.41% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 229 - color contains mainly: red. Hex color #E58470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58470 is #1A7B8F. Grayscale: #9E9E9E. Windows color (decimal): -1735568 or 7374053. OLE color: 7374053.

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

Color convert

RGB 229 132 112 -
CMYK 0 0.42 0.51 0.10
HSL 10.26º 0.69% 0.67% -
HSV(B) 10.26º 0.51% 0.9% -
XYZ 43.49 34.33 19.66 -
YUV 158.72 101.64 178.13 -
System Red Green Blue C M Y K H S L
Decimal 229 132 112 0 0.42 0.51 0.10 10.26 0.69 0.67
Hex E5 84 70 0 2A 33 A A 45 43
Octal 345 204 160 0 52 63 12 12 105 103
Binary 11100101 10000100 1110000 0 101010 110011 1010 1010 1000101 1000011

Color Harmonies of #E58470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58470

Black with #E58470

Text Example


Text Example

White with #E58470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58470; }

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

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

background-color css

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

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

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

border-color css

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

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

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