Html Css Color HEX #E48268 New York Pink

📋 copy color: '#E48268'

red 228 ◦ green 130 ◦ blue 104

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

Shades of New York Pink #E48268

Tints of New York Pink #E48268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.14%

 BLUE value IS 104 (41.02% from 255) = 22.51%

R = 49.35%
G = 28.14%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E48268 (or 0xE48268) is known color: New York Pink. HEX triplet: E4, 82 and 68. RGB value is (228,130,104). Sum of RGB (Red+Green+Blue) = 228+130+104=462 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.35% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 228 - color contains mainly: red. Hex color #E48268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48268 is #1B7D97. Grayscale: #9C9C9C. Windows color (decimal): -1801624 or 6849252. OLE color: 6849252.

HSL color Cylindrical-coordinate representation of color #E48268: hue angle of 12.58º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E48268 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 130 104 -
CMYK 0 0.43 0.54 0.11
HSL 12.58º 0.7% 0.65% -
HSV(B) 12.58º 0.54% 0.89% -
XYZ 42.48 33.46 17.32 -
YUV 156.34 98.47 179.11 -
System Red Green Blue C M Y K H S L
Decimal 228 130 104 0 0.43 0.54 0.11 12.58 0.7 0.65
Hex E4 82 68 0 2B 36 B D 46 41
Octal 344 202 150 0 53 66 13 15 106 101
Binary 11100100 10000010 1101000 0 101011 110110 1011 1101 1000110 1000001

Color Harmonies of #E48268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48268

Black with #E48268

Text Example


Text Example

White with #E48268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48268; }

 p { color: rgb(228,130,104); }

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

background-color css

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

 a { background-color: rgb(228,130,104); }

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

border-color css

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

 span { border-color: rgb(228,130,104); }

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