Html Css Color HEX #E98469 New York Pink

📋 copy color: '#E98469'

red 233 ◦ green 132 ◦ blue 105

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

Shades of New York Pink #E98469

Tints of New York Pink #E98469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.34%

R = 49.57%
G = 28.09%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E98469 (or 0xE98469) is known color: New York Pink. HEX triplet: E9, 84 and 69. RGB value is (233,132,105). Sum of RGB (Red+Green+Blue) = 233+132+105=470 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.57% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 233 - color contains mainly: red. Hex color #E98469 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98469 is #167B96. Grayscale: #9F9F9F. Windows color (decimal): -1473431 or 6915305. OLE color: 6915305.

HSL color Cylindrical-coordinate representation of color #E98469: hue angle of 12.66º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E98469 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 132 105 -
CMYK 0 0.43 0.55 0.09
HSL 12.66º 0.74% 0.66% -
HSV(B) 12.66º 0.55% 0.91% -
XYZ 44.41 34.85 17.75 -
YUV 159.12 97.46 180.7 -
System Red Green Blue C M Y K H S L
Decimal 233 132 105 0 0.43 0.55 0.09 12.66 0.74 0.66
Hex E9 84 69 0 2B 37 9 D 4A 42
Octal 351 204 151 0 53 67 11 15 112 102
Binary 11101001 10000100 1101001 0 101011 110111 1001 1101 1001010 1000010

Color Harmonies of #E98469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98469

Black with #E98469

Text Example


Text Example

White with #E98469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98469; }

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

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

background-color css

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

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

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

border-color css

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

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

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