Html Css Color HEX #E88470 New York Pink

📋 copy color: '#E88470'

red 232 ◦ green 132 ◦ blue 112

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

Shades of New York Pink #E88470

Tints of New York Pink #E88470

RGB

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

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

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

R = 48.74%
G = 27.73%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E88470 (or 0xE88470) is known color: New York Pink. HEX triplet: E8, 84 and 70. RGB value is (232,132,112). Sum of RGB (Red+Green+Blue) = 232+132+112=476 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.74% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 232 - color contains mainly: red. Hex color #E88470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88470 is #177B8F. Grayscale: #9F9F9F. Windows color (decimal): -1538960 or 7374056. OLE color: 7374056.

HSL color Cylindrical-coordinate representation of color #E88470: hue angle of 10º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E88470 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 132 112 -
CMYK 0 0.43 0.52 0.09
HSL 10º 0.72% 0.67% -
HSV(B) 10º 0.52% 0.91% -
XYZ 44.45 34.83 19.71 -
YUV 159.62 101.13 179.63 -
System Red Green Blue C M Y K H S L
Decimal 232 132 112 0 0.43 0.52 0.09 10 0.72 0.67
Hex E8 84 70 0 2B 34 9 A 48 43
Octal 350 204 160 0 53 64 11 12 110 103
Binary 11101000 10000100 1110000 0 101011 110100 1001 1010 1001000 1000011

Color Harmonies of #E88470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88470

Black with #E88470

Text Example


Text Example

White with #E88470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88470; }

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

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

background-color css

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

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

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

border-color css

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

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

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