Html Css Color HEX #E98971 New York Pink

📋 copy color: '#E98971'

red 233 ◦ green 137 ◦ blue 113

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

Shades of New York Pink #E98971

Tints of New York Pink #E98971

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.36%

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

R = 48.24%
G = 28.36%
B = 23.4%

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

#E98971 (or 0xE98971) is known color: New York Pink. HEX triplet: E9, 89 and 71. RGB value is (233,137,113). Sum of RGB (Red+Green+Blue) = 233+137+113=483 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.24% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 233 - color contains mainly: red. Hex color #E98971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98971 is #16768E. Grayscale: #A3A3A3. Windows color (decimal): -1472143 or 7440873. OLE color: 7440873.

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

Color convert

RGB 233 137 113 -
CMYK 0 0.41 0.52 0.09
HSL 12º 0.73% 0.68% -
HSV(B) 12º 0.52% 0.91% -
XYZ 45.53 36.41 20.25 -
YUV 162.97 99.8 177.95 -
System Red Green Blue C M Y K H S L
Decimal 233 137 113 0 0.41 0.52 0.09 12 0.73 0.68
Hex E9 89 71 0 29 34 9 C 49 44
Octal 351 211 161 0 51 64 11 14 111 104
Binary 11101001 10001001 1110001 0 101001 110100 1001 1100 1001001 1000100

Color Harmonies of #E98971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98971

Black with #E98971

Text Example


Text Example

White with #E98971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98971; }

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

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

background-color css

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

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

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

border-color css

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

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

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