Html Css Color HEX #E98066 New York Pink

📋 copy color: '#E98066'

red 233 ◦ green 128 ◦ blue 102

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

Shades of New York Pink #E98066

Tints of New York Pink #E98066

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.65%

 BLUE value IS 102 (40.23% from 255) = 22.03%

R = 50.32%
G = 27.65%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E98066 (or 0xE98066) is known color: New York Pink. HEX triplet: E9, 80 and 66. RGB value is (233,128,102). Sum of RGB (Red+Green+Blue) = 233+128+102=463 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.32% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 233 - color contains mainly: red. Hex color #E98066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98066 is #167F99. Grayscale: #9C9C9C. Windows color (decimal): -1474458 or 6717673. OLE color: 6717673.

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

Color convert

RGB 233 128 102 -
CMYK 0 0.45 0.56 0.09
HSL 11.91º 0.75% 0.66% -
HSV(B) 11.91º 0.56% 0.91% -
XYZ 43.72 33.72 16.77 -
YUV 156.43 97.29 182.61 -
System Red Green Blue C M Y K H S L
Decimal 233 128 102 0 0.45 0.56 0.09 11.91 0.75 0.66
Hex E9 80 66 0 2D 38 9 C 4B 42
Octal 351 200 146 0 55 70 11 14 113 102
Binary 11101001 10000000 1100110 0 101101 111000 1001 1100 1001011 1000010

Color Harmonies of #E98066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98066

Black with #E98066

Text Example


Text Example

White with #E98066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98066; }

 p { color: rgb(233,128,102); }

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

background-color css

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

 a { background-color: rgb(233,128,102); }

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

border-color css

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

 span { border-color: rgb(233,128,102); }

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