Html Css Color HEX #E28278 New York Pink

📋 copy color: '#E28278'

red 226 ◦ green 130 ◦ blue 120

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

Shades of New York Pink #E28278

Tints of New York Pink #E28278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.21%

R = 47.48%
G = 27.31%
B = 25.21%

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

#E28278 (or 0xE28278) is known color: New York Pink. HEX triplet: E2, 82 and 78. RGB value is (226,130,120). Sum of RGB (Red+Green+Blue) = 226+130+120=476 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.48% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 226 - color contains mainly: red. Hex color #E28278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28278 is #1D7D87. Grayscale: #9D9D9D. Windows color (decimal): -1932680 or 7897826. OLE color: 7897826.

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

Color convert

RGB 226 130 120 -
CMYK 0 0.42 0.47 0.11
HSL 5.66º 0.65% 0.68% -
HSV(B) 5.66º 0.47% 0.89% -
XYZ 42.74 33.49 21.98 -
YUV 157.56 106.8 176.81 -
System Red Green Blue C M Y K H S L
Decimal 226 130 120 0 0.42 0.47 0.11 5.66 0.65 0.68
Hex E2 82 78 0 2A 2F B 6 41 44
Octal 342 202 170 0 52 57 13 6 101 104
Binary 11100010 10000010 1111000 0 101010 101111 1011 110 1000001 1000100

Color Harmonies of #E28278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28278

Black with #E28278

Text Example


Text Example

White with #E28278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28278; }

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

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

background-color css

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

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

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

border-color css

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

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

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