Html Css Color HEX #E28372 New York Pink

📋 copy color: '#E28372'

red 226 ◦ green 131 ◦ blue 114

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

Shades of New York Pink #E28372

Tints of New York Pink #E28372

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.81%

 BLUE value IS 114 (44.92% from 255) = 24.2%

R = 47.98%
G = 27.81%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E28372 (or 0xE28372) is known color: New York Pink. HEX triplet: E2, 83 and 72. RGB value is (226,131,114). Sum of RGB (Red+Green+Blue) = 226+131+114=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E28372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28372 is #1D7C8D. Grayscale: #9D9D9D. Windows color (decimal): -1932430 or 7504866. OLE color: 7504866.

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

Color convert

RGB 226 131 114 -
CMYK 0 0.42 0.50 0.11
HSL 9.11º 0.66% 0.67% -
HSV(B) 9.11º 0.5% 0.89% -
XYZ 42.52 33.62 20.17 -
YUV 157.47 103.47 176.88 -
System Red Green Blue C M Y K H S L
Decimal 226 131 114 0 0.42 0.50 0.11 9.11 0.66 0.67
Hex E2 83 72 0 2A 32 B 9 42 43
Octal 342 203 162 0 52 62 13 11 102 103
Binary 11100010 10000011 1110010 0 101010 110010 1011 1001 1000010 1000011

Color Harmonies of #E28372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28372

Black with #E28372

Text Example


Text Example

White with #E28372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28372; }

 p { color: rgb(226,131,114); }

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

background-color css

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

 a { background-color: rgb(226,131,114); }

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

border-color css

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

 span { border-color: rgb(226,131,114); }

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