Html Css Color HEX #E58474 New York Pink

📋 copy color: '#E58474'

red 229 ◦ green 132 ◦ blue 116

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

Shades of New York Pink #E58474

Tints of New York Pink #E58474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.32%

R = 48.01%
G = 27.67%
B = 24.32%

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

#E58474 (or 0xE58474) is known color: New York Pink. HEX triplet: E5, 84 and 74. RGB value is (229,132,116). Sum of RGB (Red+Green+Blue) = 229+132+116=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E58474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58474 is #1A7B8B. Grayscale: #9F9F9F. Windows color (decimal): -1735564 or 7636197. OLE color: 7636197.

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

Color convert

RGB 229 132 116 -
CMYK 0 0.42 0.49 0.10
HSL 8.5º 0.68% 0.68% -
HSV(B) 8.5º 0.49% 0.9% -
XYZ 43.72 34.42 20.86 -
YUV 159.18 103.64 177.8 -
System Red Green Blue C M Y K H S L
Decimal 229 132 116 0 0.42 0.49 0.10 8.5 0.68 0.68
Hex E5 84 74 0 2A 31 A 8 44 44
Octal 345 204 164 0 52 61 12 10 104 104
Binary 11100101 10000100 1110100 0 101010 110001 1010 1000 1000100 1000100

Color Harmonies of #E58474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58474

Black with #E58474

Text Example


Text Example

White with #E58474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58474; }

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

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

background-color css

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

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

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

border-color css

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

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

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