Html Css Color HEX #E58275 New York Pink

📋 copy color: '#E58275'

red 229 ◦ green 130 ◦ blue 117

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

Shades of New York Pink #E58275

Tints of New York Pink #E58275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.31%

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

R = 48.11%
G = 27.31%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E58275 (or 0xE58275) is known color: New York Pink. HEX triplet: E5, 82 and 75. RGB value is (229,130,117). Sum of RGB (Red+Green+Blue) = 229+130+117=476 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.11% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 229 - color contains mainly: red. Hex color #E58275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58275 is #1A7D8A. Grayscale: #9E9E9E. Windows color (decimal): -1736075 or 7701221. OLE color: 7701221.

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

Color convert

RGB 229 130 117 -
CMYK 0 0.43 0.49 0.10
HSL 6.96º 0.68% 0.68% -
HSV(B) 6.96º 0.49% 0.9% -
XYZ 43.51 33.91 21.08 -
YUV 158.12 104.8 178.56 -
System Red Green Blue C M Y K H S L
Decimal 229 130 117 0 0.43 0.49 0.10 6.96 0.68 0.68
Hex E5 82 75 0 2B 31 A 7 44 44
Octal 345 202 165 0 53 61 12 7 104 104
Binary 11100101 10000010 1110101 0 101011 110001 1010 111 1000100 1000100

Color Harmonies of #E58275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58275

Black with #E58275

Text Example


Text Example

White with #E58275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58275; }

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

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

background-color css

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

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

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

border-color css

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

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

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