Html Css Color HEX #E88A72 New York Pink

📋 copy color: '#E88A72'

red 232 ◦ green 138 ◦ blue 114

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

Shades of New York Pink #E88A72

Tints of New York Pink #E88A72

RGB

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

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

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

R = 47.93%
G = 28.51%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E88A72 (or 0xE88A72) is known color: New York Pink. HEX triplet: E8, 8A and 72. RGB value is (232,138,114). Sum of RGB (Red+Green+Blue) = 232+138+114=484 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.93% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 232 - color contains mainly: red. Hex color #E88A72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88A72 is #17758D. Grayscale: #A3A3A3. Windows color (decimal): -1537422 or 7506664. OLE color: 7506664.

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

Color convert

RGB 232 138 114 -
CMYK 0 0.41 0.51 0.09
HSL 12.2º 0.72% 0.68% -
HSV(B) 12.2º 0.51% 0.91% -
XYZ 45.4 36.55 20.58 -
YUV 163.37 100.14 176.95 -
System Red Green Blue C M Y K H S L
Decimal 232 138 114 0 0.41 0.51 0.09 12.2 0.72 0.68
Hex E8 8A 72 0 29 33 9 C 48 44
Octal 350 212 162 0 51 63 11 14 110 104
Binary 11101000 10001010 1110010 0 101001 110011 1001 1100 1001000 1000100

Color Harmonies of #E88A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88A72

Black with #E88A72

Text Example


Text Example

White with #E88A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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