Html Css Color HEX #E98471 New York Pink

📋 copy color: '#E98471'

red 233 ◦ green 132 ◦ blue 113

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

Shades of New York Pink #E98471

Tints of New York Pink #E98471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.64%

R = 48.74%
G = 27.62%
B = 23.64%

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

#E98471 (or 0xE98471) is known color: New York Pink. HEX triplet: E9, 84 and 71. RGB value is (233,132,113). Sum of RGB (Red+Green+Blue) = 233+132+113=478 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.74% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 233 - color contains mainly: red. Hex color #E98471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98471 is #167B8E. Grayscale: #A0A0A0. Windows color (decimal): -1473423 or 7439593. OLE color: 7439593.

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

Color convert

RGB 233 132 113 -
CMYK 0 0.43 0.52 0.09
HSL 9.5º 0.73% 0.68% -
HSV(B) 9.5º 0.52% 0.91% -
XYZ 44.84 35.02 20.02 -
YUV 160.03 101.46 180.04 -
System Red Green Blue C M Y K H S L
Decimal 233 132 113 0 0.43 0.52 0.09 9.5 0.73 0.68
Hex E9 84 71 0 2B 34 9 A 49 44
Octal 351 204 161 0 53 64 11 12 111 104
Binary 11101001 10000100 1110001 0 101011 110100 1001 1010 1001001 1000100

Color Harmonies of #E98471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98471

Black with #E98471

Text Example


Text Example

White with #E98471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98471; }

 p { color: rgb(233,132,113); }

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

background-color css

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

 a { background-color: rgb(233,132,113); }

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

border-color css

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

 span { border-color: rgb(233,132,113); }

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