Html Css Color HEX #E48C7B New York Pink

📋 copy color: '#E48C7B'

red 228 ◦ green 140 ◦ blue 123

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

Shades of New York Pink #E48C7B

Tints of New York Pink #E48C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.05%

R = 46.44%
G = 28.51%
B = 25.05%

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

#E48C7B (or 0xE48C7B) is known color: New York Pink. HEX triplet: E4, 8C and 7B. RGB value is (228,140,123). Sum of RGB (Red+Green+Blue) = 228+140+123=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 228 - color contains mainly: red. Hex color #E48C7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48C7B is #1B7384. Grayscale: #A4A4A4. Windows color (decimal): -1799045 or 8096996. OLE color: 8096996.

HSL color Cylindrical-coordinate representation of color #E48C7B: hue angle of 9.71º 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 #E48C7B is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 140 123 -
CMYK 0 0.39 0.46 0.11
HSL 9.71º 0.66% 0.69% -
HSV(B) 9.71º 0.46% 0.89% -
XYZ 44.95 36.68 23.45 -
YUV 164.37 104.65 173.38 -
System Red Green Blue C M Y K H S L
Decimal 228 140 123 0 0.39 0.46 0.11 9.71 0.66 0.69
Hex E4 8C 7B 0 27 2E B A 42 45
Octal 344 214 173 0 47 56 13 12 102 105
Binary 11100100 10001100 1111011 0 100111 101110 1011 1010 1000010 1000101

Color Harmonies of #E48C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48C7B

Black with #E48C7B

Text Example


Text Example

White with #E48C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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