Html Css Color HEX #E88A70 New York Pink

📋 copy color: '#E88A70'

red 232 ◦ green 138 ◦ blue 112

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

Shades of New York Pink #E88A70

Tints of New York Pink #E88A70

RGB

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

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

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

R = 48.13%
G = 28.63%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E88A70 (or 0xE88A70) is known color: New York Pink. HEX triplet: E8, 8A and 70. RGB value is (232,138,112). Sum of RGB (Red+Green+Blue) = 232+138+112=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 232 - color contains mainly: red. Hex color #E88A70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88A70 is #17758F. Grayscale: #A3A3A3. Windows color (decimal): -1537424 or 7375592. OLE color: 7375592.

HSL color Cylindrical-coordinate representation of color #E88A70: hue angle of 13º 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 #E88A70 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 138 112 -
CMYK 0 0.41 0.52 0.09
HSL 13º 0.72% 0.67% -
HSV(B) 13º 0.52% 0.91% -
XYZ 45.29 36.5 19.99 -
YUV 163.14 99.14 177.11 -
System Red Green Blue C M Y K H S L
Decimal 232 138 112 0 0.41 0.52 0.09 13 0.72 0.67
Hex E8 8A 70 0 29 34 9 D 48 43
Octal 350 212 160 0 51 64 11 15 110 103
Binary 11101000 10001010 1110000 0 101001 110100 1001 1101 1001000 1000011

Color Harmonies of #E88A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88A70

Black with #E88A70

Text Example


Text Example

White with #E88A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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