Html Css Color HEX #E28B7C New York Pink

📋 copy color: '#E28B7C'

red 226 ◦ green 139 ◦ blue 124

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

Shades of New York Pink #E28B7C

Tints of New York Pink #E28B7C

RGB

 RED value IS 226 (88.67% from 255) = 46.22%

 GREEN value IS 139 (54.69% from 255) = 28.43%

 BLUE value IS 124 (48.83% from 255) = 25.36%

R = 46.22%
G = 28.43%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E28B7C (or 0xE28B7C) is known color: New York Pink. HEX triplet: E2, 8B and 7C. RGB value is (226,139,124). Sum of RGB (Red+Green+Blue) = 226+139+124=489 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.22% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 226 - color contains mainly: red. Hex color #E28B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28B7C is #1D7483. Grayscale: #A3A3A3. Windows color (decimal): -1930372 or 8162274. OLE color: 8162274.

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

Color convert

RGB 226 139 124 -
CMYK 0 0.38 0.45 0.11
HSL 8.82º 0.64% 0.69% -
HSV(B) 8.82º 0.45% 0.89% -
XYZ 44.23 36.09 23.7 -
YUV 163.3 105.82 172.72 -
System Red Green Blue C M Y K H S L
Decimal 226 139 124 0 0.38 0.45 0.11 8.82 0.64 0.69
Hex E2 8B 7C 0 26 2D B 9 40 45
Octal 342 213 174 0 46 55 13 11 100 105
Binary 11100010 10001011 1111100 0 100110 101101 1011 1001 1000000 1000101

Color Harmonies of #E28B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28B7C

Black with #E28B7C

Text Example


Text Example

White with #E28B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28B7C; }

 p { color: rgb(226,139,124); }

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

background-color css

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

 a { background-color: rgb(226,139,124); }

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

border-color css

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

 span { border-color: rgb(226,139,124); }

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