Html Css Color HEX #E08071 New York Pink

📋 copy color: '#E08071'

red 224 ◦ green 128 ◦ blue 113

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

Shades of New York Pink #E08071

Tints of New York Pink #E08071

RGB

 RED value IS 224 (87.89% from 255) = 48.17%

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

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

R = 48.17%
G = 27.53%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E08071 (or 0xE08071) is known color: New York Pink. HEX triplet: E0, 80 and 71. RGB value is (224,128,113). Sum of RGB (Red+Green+Blue) = 224+128+113=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E08071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08071 is #1F7F8E. Grayscale: #9B9B9B. Windows color (decimal): -2064271 or 7438560. OLE color: 7438560.

HSL color Cylindrical-coordinate representation of color #E08071: hue angle of 8.11º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E08071 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 128 113 -
CMYK 0 0.43 0.50 0.12
HSL 8.11º 0.64% 0.66% -
HSV(B) 8.11º 0.5% 0.88% -
XYZ 41.44 32.48 19.71 -
YUV 154.99 104.3 177.22 -
System Red Green Blue C M Y K H S L
Decimal 224 128 113 0 0.43 0.50 0.12 8.11 0.64 0.66
Hex E0 80 71 0 2B 32 C 8 40 42
Octal 340 200 161 0 53 62 14 10 100 102
Binary 11100000 10000000 1110001 0 101011 110010 1100 1000 1000000 1000010

Color Harmonies of #E08071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08071

Black with #E08071

Text Example


Text Example

White with #E08071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08071; }

 p { color: rgb(224,128,113); }

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

background-color css

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

 a { background-color: rgb(224,128,113); }

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

border-color css

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

 span { border-color: rgb(224,128,113); }

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