Html Css Color HEX #E28A70 New York Pink

📋 copy color: '#E28A70'

red 226 ◦ green 138 ◦ blue 112

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

Shades of New York Pink #E28A70

Tints of New York Pink #E28A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.53%

R = 47.48%
G = 28.99%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E28A70 (or 0xE28A70) is known color: New York Pink. HEX triplet: E2, 8A and 70. RGB value is (226,138,112). Sum of RGB (Red+Green+Blue) = 226+138+112=476 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.48% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 226 - color contains mainly: red. Hex color #E28A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28A70 is #1D758F. Grayscale: #A1A1A1. Windows color (decimal): -1930640 or 7375586. OLE color: 7375586.

HSL color Cylindrical-coordinate representation of color #E28A70: hue angle of 13.68º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E28A70 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 138 112 -
CMYK 0 0.39 0.50 0.11
HSL 13.68º 0.66% 0.66% -
HSV(B) 13.68º 0.5% 0.89% -
XYZ 43.38 35.52 19.9 -
YUV 161.35 100.15 174.11 -
System Red Green Blue C M Y K H S L
Decimal 226 138 112 0 0.39 0.50 0.11 13.68 0.66 0.66
Hex E2 8A 70 0 27 32 B E 42 42
Octal 342 212 160 0 47 62 13 16 102 102
Binary 11100010 10001010 1110000 0 100111 110010 1011 1110 1000010 1000010

Color Harmonies of #E28A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28A70

Black with #E28A70

Text Example


Text Example

White with #E28A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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