Html Css Color HEX #E58770 New York Pink

📋 copy color: '#E58770'

red 229 ◦ green 135 ◦ blue 112

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

Shades of New York Pink #E58770

Tints of New York Pink #E58770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.36%

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

R = 48.11%
G = 28.36%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E58770 (or 0xE58770) is known color: New York Pink. HEX triplet: E5, 87 and 70. RGB value is (229,135,112). Sum of RGB (Red+Green+Blue) = 229+135+112=476 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.11% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 229 - color contains mainly: red. Hex color #E58770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58770 is #1A788F. Grayscale: #A0A0A0. Windows color (decimal): -1734800 or 7374821. OLE color: 7374821.

HSL color Cylindrical-coordinate representation of color #E58770: hue angle of 11.79º 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 #E58770 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 135 112 -
CMYK 0 0.41 0.51 0.10
HSL 11.79º 0.69% 0.67% -
HSV(B) 11.79º 0.51% 0.9% -
XYZ 43.9 35.16 19.8 -
YUV 160.48 100.64 176.87 -
System Red Green Blue C M Y K H S L
Decimal 229 135 112 0 0.41 0.51 0.10 11.79 0.69 0.67
Hex E5 87 70 0 29 33 A C 45 43
Octal 345 207 160 0 51 63 12 14 105 103
Binary 11100101 10000111 1110000 0 101001 110011 1010 1100 1000101 1000011

Color Harmonies of #E58770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58770

Black with #E58770

Text Example


Text Example

White with #E58770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58770; }

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

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

background-color css

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

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

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

border-color css

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

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

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