Html Css Color HEX #E28269 New York Pink

📋 copy color: '#E28269'

red 226 ◦ green 130 ◦ blue 105

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

Shades of New York Pink #E28269

Tints of New York Pink #E28269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.78%

R = 49.02%
G = 28.2%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E28269 (or 0xE28269) is known color: New York Pink. HEX triplet: E2, 82 and 69. RGB value is (226,130,105). Sum of RGB (Red+Green+Blue) = 226+130+105=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E28269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28269 is #1D7D96. Grayscale: #9C9C9C. Windows color (decimal): -1932695 or 6914786. OLE color: 6914786.

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

Color convert

RGB 226 130 105 -
CMYK 0 0.42 0.54 0.11
HSL 12.4º 0.68% 0.65% -
HSV(B) 12.4º 0.54% 0.89% -
XYZ 41.9 33.15 17.56 -
YUV 155.85 99.3 178.03 -
System Red Green Blue C M Y K H S L
Decimal 226 130 105 0 0.42 0.54 0.11 12.4 0.68 0.65
Hex E2 82 69 0 2A 36 B C 44 41
Octal 342 202 151 0 52 66 13 14 104 101
Binary 11100010 10000010 1101001 0 101010 110110 1011 1100 1000100 1000001

Color Harmonies of #E28269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28269

Black with #E28269

Text Example


Text Example

White with #E28269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28269; }

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

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

background-color css

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

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

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

border-color css

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

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

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