Html Css Color HEX #E58A70 New York Pink

📋 copy color: '#E58A70'

red 229 ◦ green 138 ◦ blue 112

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

Shades of New York Pink #E58A70

Tints of New York Pink #E58A70

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.81%

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

R = 47.81%
G = 28.81%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E58A70 (or 0xE58A70) is known color: New York Pink. HEX triplet: E5, 8A and 70. RGB value is (229,138,112). Sum of RGB (Red+Green+Blue) = 229+138+112=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58A70 is #1A758F. Grayscale: #A2A2A2. Windows color (decimal): -1734032 or 7375589. OLE color: 7375589.

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

Color convert

RGB 229 138 112 -
CMYK 0 0.40 0.51 0.10
HSL 13.33º 0.69% 0.67% -
HSV(B) 13.33º 0.51% 0.9% -
XYZ 44.33 36 19.94 -
YUV 162.25 99.65 175.61 -
System Red Green Blue C M Y K H S L
Decimal 229 138 112 0 0.40 0.51 0.10 13.33 0.69 0.67
Hex E5 8A 70 0 28 33 A D 45 43
Octal 345 212 160 0 50 63 12 15 105 103
Binary 11100101 10001010 1110000 0 101000 110011 1010 1101 1000101 1000011

Color Harmonies of #E58A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58A70

Black with #E58A70

Text Example


Text Example

White with #E58A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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