Html Css Color HEX #E88475 New York Pink

📋 copy color: '#E88475'

red 232 ◦ green 132 ◦ blue 117

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

Shades of New York Pink #E88475

Tints of New York Pink #E88475

RGB

 RED value IS 232 (91.02% from 255) = 48.23%

 GREEN value IS 132 (51.95% from 255) = 27.44%

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

R = 48.23%
G = 27.44%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E88475 (or 0xE88475) is known color: New York Pink. HEX triplet: E8, 84 and 75. RGB value is (232,132,117). Sum of RGB (Red+Green+Blue) = 232+132+117=481 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.23% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 232 - color contains mainly: red. Hex color #E88475 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88475 is #177B8A. Grayscale: #A0A0A0. Windows color (decimal): -1538955 or 7701736. OLE color: 7701736.

HSL color Cylindrical-coordinate representation of color #E88475: hue angle of 7.83º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E88475 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 132 117 -
CMYK 0 0.43 0.50 0.09
HSL 7.83º 0.71% 0.68% -
HSV(B) 7.83º 0.5% 0.91% -
XYZ 44.74 34.94 21.22 -
YUV 160.19 103.63 179.22 -
System Red Green Blue C M Y K H S L
Decimal 232 132 117 0 0.43 0.50 0.09 7.83 0.71 0.68
Hex E8 84 75 0 2B 32 9 8 47 44
Octal 350 204 165 0 53 62 11 10 107 104
Binary 11101000 10000100 1110101 0 101011 110010 1001 1000 1000111 1000100

Color Harmonies of #E88475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88475

Black with #E88475

Text Example


Text Example

White with #E88475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88475; }

 p { color: rgb(232,132,117); }

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

background-color css

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

 a { background-color: rgb(232,132,117); }

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

border-color css

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

 span { border-color: rgb(232,132,117); }

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