Html Css Color HEX #E98572 New York Pink

📋 copy color: '#E98572'

red 233 ◦ green 133 ◦ blue 114

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

Shades of New York Pink #E98572

Tints of New York Pink #E98572

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.71%

 BLUE value IS 114 (44.92% from 255) = 23.75%

R = 48.54%
G = 27.71%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E98572 (or 0xE98572) is known color: New York Pink. HEX triplet: E9, 85 and 72. RGB value is (233,133,114). Sum of RGB (Red+Green+Blue) = 233+133+114=480 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.54% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 233 - color contains mainly: red. Hex color #E98572 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98572 is #167A8D. Grayscale: #A0A0A0. Windows color (decimal): -1473166 or 7505385. OLE color: 7505385.

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

Color convert

RGB 233 133 114 -
CMYK 0 0.43 0.51 0.09
HSL 9.58º 0.73% 0.68% -
HSV(B) 9.58º 0.51% 0.91% -
XYZ 45.03 35.31 20.36 -
YUV 160.73 101.63 179.54 -
System Red Green Blue C M Y K H S L
Decimal 233 133 114 0 0.43 0.51 0.09 9.58 0.73 0.68
Hex E9 85 72 0 2B 33 9 A 49 44
Octal 351 205 162 0 53 63 11 12 111 104
Binary 11101001 10000101 1110010 0 101011 110011 1001 1010 1001001 1000100

Color Harmonies of #E98572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98572

Black with #E98572

Text Example


Text Example

White with #E98572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98572; }

 p { color: rgb(233,133,114); }

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

background-color css

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

 a { background-color: rgb(233,133,114); }

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

border-color css

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

 span { border-color: rgb(233,133,114); }

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