Html Css Color HEX #E58575 New York Pink

📋 copy color: '#E58575'

red 229 ◦ green 133 ◦ blue 117

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

Shades of New York Pink #E58575

Tints of New York Pink #E58575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.77%

 BLUE value IS 117 (46.09% from 255) = 24.43%

R = 47.81%
G = 27.77%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E58575 (or 0xE58575) is known color: New York Pink. HEX triplet: E5, 85 and 75. RGB value is (229,133,117). Sum of RGB (Red+Green+Blue) = 229+133+117=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E58575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58575 is #1A7A8A. Grayscale: #A0A0A0. Windows color (decimal): -1735307 or 7701989. OLE color: 7701989.

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

Color convert

RGB 229 133 117 -
CMYK 0 0.42 0.49 0.10
HSL 8.57º 0.68% 0.68% -
HSV(B) 8.57º 0.49% 0.9% -
XYZ 43.91 34.72 21.22 -
YUV 159.88 103.8 177.3 -
System Red Green Blue C M Y K H S L
Decimal 229 133 117 0 0.42 0.49 0.10 8.57 0.68 0.68
Hex E5 85 75 0 2A 31 A 9 44 44
Octal 345 205 165 0 52 61 12 11 104 104
Binary 11100101 10000101 1110101 0 101010 110001 1010 1001 1000100 1000100

Color Harmonies of #E58575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58575

Black with #E58575

Text Example


Text Example

White with #E58575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58575; }

 p { color: rgb(229,133,117); }

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

background-color css

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

 a { background-color: rgb(229,133,117); }

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

border-color css

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

 span { border-color: rgb(229,133,117); }

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