Html Css Color HEX #E48A6F New York Pink

📋 copy color: '#E48A6F'

red 228 ◦ green 138 ◦ blue 111

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

Shades of New York Pink #E48A6F

Tints of New York Pink #E48A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.27%

R = 47.8%
G = 28.93%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E48A6F (or 0xE48A6F) is known color: New York Pink. HEX triplet: E4, 8A and 6F. RGB value is (228,138,111). Sum of RGB (Red+Green+Blue) = 228+138+111=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48A6F is #1B7590. Grayscale: #A2A2A2. Windows color (decimal): -1799569 or 7310052. OLE color: 7310052.

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

Color convert

RGB 228 138 111 -
CMYK 0 0.39 0.51 0.11
HSL 13.85º 0.68% 0.66% -
HSV(B) 13.85º 0.51% 0.89% -
XYZ 43.95 35.82 19.64 -
YUV 161.83 99.32 175.2 -
System Red Green Blue C M Y K H S L
Decimal 228 138 111 0 0.39 0.51 0.11 13.85 0.68 0.66
Hex E4 8A 6F 0 27 33 B E 44 42
Octal 344 212 157 0 47 63 13 16 104 102
Binary 11100100 10001010 1101111 0 100111 110011 1011 1110 1000100 1000010

Color Harmonies of #E48A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48A6F

Black with #E48A6F

Text Example


Text Example

White with #E48A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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