Html Css Color HEX #E28277 New York Pink

📋 copy color: '#E28277'

red 226 ◦ green 130 ◦ blue 119

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

Shades of New York Pink #E28277

Tints of New York Pink #E28277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.05%

R = 47.58%
G = 27.37%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E28277 (or 0xE28277) is known color: New York Pink. HEX triplet: E2, 82 and 77. RGB value is (226,130,119). Sum of RGB (Red+Green+Blue) = 226+130+119=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E28277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28277 is #1D7D88. Grayscale: #9D9D9D. Windows color (decimal): -1932681 or 7832290. OLE color: 7832290.

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

Color convert

RGB 226 130 119 -
CMYK 0 0.42 0.47 0.11
HSL 6.17º 0.65% 0.68% -
HSV(B) 6.17º 0.47% 0.89% -
XYZ 42.68 33.47 21.66 -
YUV 157.45 106.3 176.89 -
System Red Green Blue C M Y K H S L
Decimal 226 130 119 0 0.42 0.47 0.11 6.17 0.65 0.68
Hex E2 82 77 0 2A 2F B 6 41 44
Octal 342 202 167 0 52 57 13 6 101 104
Binary 11100010 10000010 1110111 0 101010 101111 1011 110 1000001 1000100

Color Harmonies of #E28277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28277

Black with #E28277

Text Example


Text Example

White with #E28277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28277; }

 p { color: rgb(226,130,119); }

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

background-color css

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

 a { background-color: rgb(226,130,119); }

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

border-color css

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

 span { border-color: rgb(226,130,119); }

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