Html Css Color HEX #E48A78 New York Pink

📋 copy color: '#E48A78'

red 228 ◦ green 138 ◦ blue 120

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

Shades of New York Pink #E48A78

Tints of New York Pink #E48A78

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.4%

 BLUE value IS 120 (47.27% from 255) = 24.69%

R = 46.91%
G = 28.4%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E48A78 (or 0xE48A78) is known color: New York Pink. HEX triplet: E4, 8A and 78. RGB value is (228,138,120). Sum of RGB (Red+Green+Blue) = 228+138+120=486 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.91% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48A78 is #1B7587. Grayscale: #A3A3A3. Windows color (decimal): -1799560 or 7899876. OLE color: 7899876.

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

Color convert

RGB 228 138 120 -
CMYK 0 0.39 0.47 0.11
HSL 10º 0.67% 0.68% -
HSV(B) 10º 0.47% 0.89% -
XYZ 44.47 36.03 22.38 -
YUV 162.86 103.82 174.46 -
System Red Green Blue C M Y K H S L
Decimal 228 138 120 0 0.39 0.47 0.11 10 0.67 0.68
Hex E4 8A 78 0 27 2F B A 43 44
Octal 344 212 170 0 47 57 13 12 103 104
Binary 11100100 10001010 1111000 0 100111 101111 1011 1010 1000011 1000100

Color Harmonies of #E48A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48A78

Black with #E48A78

Text Example


Text Example

White with #E48A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48A78; }

 p { color: rgb(228,138,120); }

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

background-color css

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

 a { background-color: rgb(228,138,120); }

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

border-color css

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

 span { border-color: rgb(228,138,120); }

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