Html Css Color HEX #E58B7D New York Pink

📋 copy color: '#E58B7D'

red 229 ◦ green 139 ◦ blue 125

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

Shades of New York Pink #E58B7D

Tints of New York Pink #E58B7D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.19%

 BLUE value IS 125 (49.22% from 255) = 25.35%

R = 46.45%
G = 28.19%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E58B7D (or 0xE58B7D) is known color: New York Pink. HEX triplet: E5, 8B and 7D. RGB value is (229,139,125). Sum of RGB (Red+Green+Blue) = 229+139+125=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E58B7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58B7D is #1A7482. Grayscale: #A4A4A4. Windows color (decimal): -1733763 or 8227813. OLE color: 8227813.

HSL color Cylindrical-coordinate representation of color #E58B7D: hue angle of 8.08º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E58B7D is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 139 125 -
CMYK 0 0.39 0.45 0.10
HSL 8.08º 0.67% 0.69% -
HSV(B) 8.08º 0.45% 0.9% -
XYZ 45.25 36.6 24.08 -
YUV 164.31 105.82 174.14 -
System Red Green Blue C M Y K H S L
Decimal 229 139 125 0 0.39 0.45 0.10 8.08 0.67 0.69
Hex E5 8B 7D 0 27 2D A 8 43 45
Octal 345 213 175 0 47 55 12 10 103 105
Binary 11100101 10001011 1111101 0 100111 101101 1010 1000 1000011 1000101

Color Harmonies of #E58B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58B7D

Black with #E58B7D

Text Example


Text Example

White with #E58B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58B7D; }

 p { color: rgb(229,139,125); }

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

background-color css

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

 a { background-color: rgb(229,139,125); }

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

border-color css

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

 span { border-color: rgb(229,139,125); }

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