Html Css Color HEX #E28375 New York Pink

📋 copy color: '#E28375'

red 226 ◦ green 131 ◦ blue 117

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

Shades of New York Pink #E28375

Tints of New York Pink #E28375

RGB

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

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

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

R = 47.68%
G = 27.64%
B = 24.68%

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

#E28375 (or 0xE28375) is known color: New York Pink. HEX triplet: E2, 83 and 75. RGB value is (226,131,117). Sum of RGB (Red+Green+Blue) = 226+131+117=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E28375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28375 is #1D7C8A. Grayscale: #9D9D9D. Windows color (decimal): -1932427 or 7701474. OLE color: 7701474.

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

Color convert

RGB 226 131 117 -
CMYK 0 0.42 0.48 0.11
HSL 7.71º 0.65% 0.67% -
HSV(B) 7.71º 0.48% 0.89% -
XYZ 42.69 33.69 21.08 -
YUV 157.81 104.97 176.64 -
System Red Green Blue C M Y K H S L
Decimal 226 131 117 0 0.42 0.48 0.11 7.71 0.65 0.67
Hex E2 83 75 0 2A 30 B 8 41 43
Octal 342 203 165 0 52 60 13 10 101 103
Binary 11100010 10000011 1110101 0 101010 110000 1011 1000 1000001 1000011

Color Harmonies of #E28375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28375

Black with #E28375

Text Example


Text Example

White with #E28375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28375; }

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

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

background-color css

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

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

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

border-color css

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

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

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