Html Css Color HEX #E48B76 New York Pink

📋 copy color: '#E48B76'

red 228 ◦ green 139 ◦ blue 118

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

Shades of New York Pink #E48B76

Tints of New York Pink #E48B76

RGB

 RED value IS 228 (89.45% from 255) = 47.01%

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

 BLUE value IS 118 (46.48% from 255) = 24.33%

R = 47.01%
G = 28.66%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E48B76 (or 0xE48B76) is known color: New York Pink. HEX triplet: E4, 8B and 76. RGB value is (228,139,118). Sum of RGB (Red+Green+Blue) = 228+139+118=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 228 - color contains mainly: red. Hex color #E48B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48B76 is #1B7489. Grayscale: #A3A3A3. Windows color (decimal): -1799306 or 7769060. OLE color: 7769060.

HSL color Cylindrical-coordinate representation of color #E48B76: hue angle of 11.45º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E48B76 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 139 118 -
CMYK 0 0.39 0.48 0.11
HSL 11.45º 0.67% 0.68% -
HSV(B) 11.45º 0.48% 0.89% -
XYZ 44.5 36.27 21.79 -
YUV 163.22 102.49 174.21 -
System Red Green Blue C M Y K H S L
Decimal 228 139 118 0 0.39 0.48 0.11 11.45 0.67 0.68
Hex E4 8B 76 0 27 30 B B 43 44
Octal 344 213 166 0 47 60 13 13 103 104
Binary 11100100 10001011 1110110 0 100111 110000 1011 1011 1000011 1000100

Color Harmonies of #E48B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48B76

Black with #E48B76

Text Example


Text Example

White with #E48B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48B76; }

 p { color: rgb(228,139,118); }

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

background-color css

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

 a { background-color: rgb(228,139,118); }

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

border-color css

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

 span { border-color: rgb(228,139,118); }

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