Html Css Color HEX #E48C75 New York Pink

📋 copy color: '#E48C75'

red 228 ◦ green 140 ◦ blue 117

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

Shades of New York Pink #E48C75

Tints of New York Pink #E48C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.12%

R = 47.01%
G = 28.87%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E48C75 (or 0xE48C75) is known color: New York Pink. HEX triplet: E4, 8C and 75. RGB value is (228,140,117). Sum of RGB (Red+Green+Blue) = 228+140+117=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 228 - color contains mainly: red. Hex color #E48C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48C75 is #1B738A. Grayscale: #A3A3A3. Windows color (decimal): -1799051 or 7703780. OLE color: 7703780.

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

Color convert

RGB 228 140 117 -
CMYK 0 0.39 0.49 0.11
HSL 12.43º 0.67% 0.68% -
HSV(B) 12.43º 0.49% 0.89% -
XYZ 44.58 36.53 21.53 -
YUV 163.69 101.65 173.87 -
System Red Green Blue C M Y K H S L
Decimal 228 140 117 0 0.39 0.49 0.11 12.43 0.67 0.68
Hex E4 8C 75 0 27 31 B C 43 44
Octal 344 214 165 0 47 61 13 14 103 104
Binary 11100100 10001100 1110101 0 100111 110001 1011 1100 1000011 1000100

Color Harmonies of #E48C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48C75

Black with #E48C75

Text Example


Text Example

White with #E48C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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