Html Css Color HEX #E58675 New York Pink

📋 copy color: '#E58675'

red 229 ◦ green 134 ◦ blue 117

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

Shades of New York Pink #E58675

Tints of New York Pink #E58675

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.92%

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

R = 47.71%
G = 27.92%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E58675 (or 0xE58675) is known color: New York Pink. HEX triplet: E5, 86 and 75. RGB value is (229,134,117). Sum of RGB (Red+Green+Blue) = 229+134+117=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 117 (46.09% from 255 or 24.38% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E58675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58675 is #1A798A. Grayscale: #A0A0A0. Windows color (decimal): -1735051 or 7702245. OLE color: 7702245.

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

Color convert

RGB 229 134 117 -
CMYK 0 0.41 0.49 0.10
HSL 9.11º 0.68% 0.68% -
HSV(B) 9.11º 0.49% 0.9% -
XYZ 44.05 34.99 21.26 -
YUV 160.47 103.47 176.88 -
System Red Green Blue C M Y K H S L
Decimal 229 134 117 0 0.41 0.49 0.10 9.11 0.68 0.68
Hex E5 86 75 0 29 31 A 9 44 44
Octal 345 206 165 0 51 61 12 11 104 104
Binary 11100101 10000110 1110101 0 101001 110001 1010 1001 1000100 1000100

Color Harmonies of #E58675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58675

Black with #E58675

Text Example


Text Example

White with #E58675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58675; }

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

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

background-color css

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

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

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

border-color css

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

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

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