Html Css Color HEX #E48C7A New York Pink

📋 copy color: '#E48C7A'

red 228 ◦ green 140 ◦ blue 122

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

Shades of New York Pink #E48C7A

Tints of New York Pink #E48C7A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.57%

 BLUE value IS 122 (48.05% from 255) = 24.9%

R = 46.53%
G = 28.57%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E48C7A (or 0xE48C7A) is known color: New York Pink. HEX triplet: E4, 8C and 7A. RGB value is (228,140,122). Sum of RGB (Red+Green+Blue) = 228+140+122=490 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.53% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 228 - color contains mainly: red. Hex color #E48C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48C7A is #1B7385. Grayscale: #A4A4A4. Windows color (decimal): -1799046 or 8031460. OLE color: 8031460.

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

Color convert

RGB 228 140 122 -
CMYK 0 0.39 0.46 0.11
HSL 10.19º 0.66% 0.69% -
HSV(B) 10.19º 0.46% 0.89% -
XYZ 44.89 36.66 23.12 -
YUV 164.26 104.15 173.46 -
System Red Green Blue C M Y K H S L
Decimal 228 140 122 0 0.39 0.46 0.11 10.19 0.66 0.69
Hex E4 8C 7A 0 27 2E B A 42 45
Octal 344 214 172 0 47 56 13 12 102 105
Binary 11100100 10001100 1111010 0 100111 101110 1011 1010 1000010 1000101

Color Harmonies of #E48C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48C7A

Black with #E48C7A

Text Example


Text Example

White with #E48C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48C7A; }

 p { color: rgb(228,140,122); }

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

background-color css

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

 a { background-color: rgb(228,140,122); }

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

border-color css

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

 span { border-color: rgb(228,140,122); }

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