Html Css Color HEX #E28A7C New York Pink

📋 copy color: '#E28A7C'

red 226 ◦ green 138 ◦ blue 124

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

Shades of New York Pink #E28A7C

Tints of New York Pink #E28A7C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.28%

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

R = 46.31%
G = 28.28%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E28A7C (or 0xE28A7C) is known color: New York Pink. HEX triplet: E2, 8A and 7C. RGB value is (226,138,124). Sum of RGB (Red+Green+Blue) = 226+138+124=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E28A7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28A7C is #1D7583. Grayscale: #A2A2A2. Windows color (decimal): -1930628 or 8162018. OLE color: 8162018.

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

Color convert

RGB 226 138 124 -
CMYK 0 0.39 0.45 0.11
HSL 8.24º 0.64% 0.69% -
HSV(B) 8.24º 0.45% 0.89% -
XYZ 44.09 35.8 23.66 -
YUV 162.72 106.15 173.14 -
System Red Green Blue C M Y K H S L
Decimal 226 138 124 0 0.39 0.45 0.11 8.24 0.64 0.69
Hex E2 8A 7C 0 27 2D B 8 40 45
Octal 342 212 174 0 47 55 13 10 100 105
Binary 11100010 10001010 1111100 0 100111 101101 1011 1000 1000000 1000101

Color Harmonies of #E28A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28A7C

Black with #E28A7C

Text Example


Text Example

White with #E28A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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