Html Css Color HEX #E98770 New York Pink

📋 copy color: '#E98770'

red 233 ◦ green 135 ◦ blue 112

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

Shades of New York Pink #E98770

Tints of New York Pink #E98770

RGB

 RED value IS 233 (91.41% from 255) = 48.54%

 GREEN value IS 135 (53.13% from 255) = 28.13%

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

R = 48.54%
G = 28.13%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E98770 (or 0xE98770) is known color: New York Pink. HEX triplet: E9, 87 and 70. RGB value is (233,135,112). Sum of RGB (Red+Green+Blue) = 233+135+112=480 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.54% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 233 - color contains mainly: red. Hex color #E98770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98770 is #16788F. Grayscale: #A1A1A1. Windows color (decimal): -1472656 or 7374825. OLE color: 7374825.

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

Color convert

RGB 233 135 112 -
CMYK 0 0.42 0.52 0.09
HSL 11.4º 0.73% 0.68% -
HSV(B) 11.4º 0.52% 0.91% -
XYZ 45.19 35.82 19.86 -
YUV 161.68 99.97 178.87 -
System Red Green Blue C M Y K H S L
Decimal 233 135 112 0 0.42 0.52 0.09 11.4 0.73 0.68
Hex E9 87 70 0 2A 34 9 B 49 44
Octal 351 207 160 0 52 64 11 13 111 104
Binary 11101001 10000111 1110000 0 101010 110100 1001 1011 1001001 1000100

Color Harmonies of #E98770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98770

Black with #E98770

Text Example


Text Example

White with #E98770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98770; }

 p { color: rgb(233,135,112); }

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

background-color css

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

 a { background-color: rgb(233,135,112); }

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

border-color css

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

 span { border-color: rgb(233,135,112); }

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