Html Css Color HEX #E48B7D New York Pink

📋 copy color: '#E48B7D'

red 228 ◦ green 139 ◦ blue 125

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

Shades of New York Pink #E48B7D

Tints of New York Pink #E48B7D

RGB

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

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

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

R = 46.34%
G = 28.25%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E48B7D (or 0xE48B7D) is known color: New York Pink. HEX triplet: E4, 8B and 7D. RGB value is (228,139,125). Sum of RGB (Red+Green+Blue) = 228+139+125=492 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.34% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 228 - color contains mainly: red. Hex color #E48B7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48B7D is #1B7482. Grayscale: #A4A4A4. Windows color (decimal): -1799299 or 8227812. OLE color: 8227812.

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

Color convert

RGB 228 139 125 -
CMYK 0 0.39 0.45 0.11
HSL 8.16º 0.66% 0.69% -
HSV(B) 8.16º 0.45% 0.89% -
XYZ 44.93 36.44 24.07 -
YUV 164.02 105.99 173.64 -
System Red Green Blue C M Y K H S L
Decimal 228 139 125 0 0.39 0.45 0.11 8.16 0.66 0.69
Hex E4 8B 7D 0 27 2D B 8 42 45
Octal 344 213 175 0 47 55 13 10 102 105
Binary 11100100 10001011 1111101 0 100111 101101 1011 1000 1000010 1000101

Color Harmonies of #E48B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48B7D

Black with #E48B7D

Text Example


Text Example

White with #E48B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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