Html Css Color HEX #E28275 New York Pink

📋 copy color: '#E28275'

red 226 ◦ green 130 ◦ blue 117

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

Shades of New York Pink #E28275

Tints of New York Pink #E28275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.74%

R = 47.78%
G = 27.48%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E28275 (or 0xE28275) is known color: New York Pink. HEX triplet: E2, 82 and 75. RGB value is (226,130,117). Sum of RGB (Red+Green+Blue) = 226+130+117=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E28275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28275 is #1D7D8A. Grayscale: #9D9D9D. Windows color (decimal): -1932683 or 7701218. OLE color: 7701218.

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

Color convert

RGB 226 130 117 -
CMYK 0 0.42 0.48 0.11
HSL 7.16º 0.65% 0.67% -
HSV(B) 7.16º 0.48% 0.89% -
XYZ 42.56 33.42 21.04 -
YUV 157.22 105.3 177.06 -
System Red Green Blue C M Y K H S L
Decimal 226 130 117 0 0.42 0.48 0.11 7.16 0.65 0.67
Hex E2 82 75 0 2A 30 B 7 41 43
Octal 342 202 165 0 52 60 13 7 101 103
Binary 11100010 10000010 1110101 0 101010 110000 1011 111 1000001 1000011

Color Harmonies of #E28275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28275

Black with #E28275

Text Example


Text Example

White with #E28275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28275; }

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

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

background-color css

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

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

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

border-color css

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

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

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