Html Css Color HEX #E98370 New York Pink

📋 copy color: '#E98370'

red 233 ◦ green 131 ◦ blue 112

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

Shades of New York Pink #E98370

Tints of New York Pink #E98370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.52%

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

R = 48.95%
G = 27.52%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E98370 (or 0xE98370) is known color: New York Pink. HEX triplet: E9, 83 and 70. RGB value is (233,131,112). Sum of RGB (Red+Green+Blue) = 233+131+112=476 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.95% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 233 - color contains mainly: red. Hex color #E98370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98370 is #167C8F. Grayscale: #9F9F9F. Windows color (decimal): -1473680 or 7373801. OLE color: 7373801.

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

Color convert

RGB 233 131 112 -
CMYK 0 0.44 0.52 0.09
HSL 9.42º 0.73% 0.68% -
HSV(B) 9.42º 0.52% 0.91% -
XYZ 44.65 34.73 19.68 -
YUV 159.33 101.29 180.54 -
System Red Green Blue C M Y K H S L
Decimal 233 131 112 0 0.44 0.52 0.09 9.42 0.73 0.68
Hex E9 83 70 0 2C 34 9 9 49 44
Octal 351 203 160 0 54 64 11 11 111 104
Binary 11101001 10000011 1110000 0 101100 110100 1001 1001 1001001 1000100

Color Harmonies of #E98370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98370

Black with #E98370

Text Example


Text Example

White with #E98370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98370; }

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

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

background-color css

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

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

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

border-color css

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

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

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