Html Css Color HEX #E08072 New York Pink

📋 copy color: '#E08072'

red 224 ◦ green 128 ◦ blue 114

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

Shades of New York Pink #E08072

Tints of New York Pink #E08072

RGB

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

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

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

R = 48.07%
G = 27.47%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E08072 (or 0xE08072) is known color: New York Pink. HEX triplet: E0, 80 and 72. RGB value is (224,128,114). Sum of RGB (Red+Green+Blue) = 224+128+114=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E08072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08072 is #1F7F8D. Grayscale: #9B9B9B. Windows color (decimal): -2064270 or 7504096. OLE color: 7504096.

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

Color convert

RGB 224 128 114 -
CMYK 0 0.43 0.49 0.12
HSL 7.64º 0.64% 0.66% -
HSV(B) 7.64º 0.49% 0.88% -
XYZ 41.5 32.5 20.01 -
YUV 155.11 104.8 177.14 -
System Red Green Blue C M Y K H S L
Decimal 224 128 114 0 0.43 0.49 0.12 7.64 0.64 0.66
Hex E0 80 72 0 2B 31 C 8 40 42
Octal 340 200 162 0 53 61 14 10 100 102
Binary 11100000 10000000 1110010 0 101011 110001 1100 1000 1000000 1000010

Color Harmonies of #E08072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08072

Black with #E08072

Text Example


Text Example

White with #E08072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08072; }

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

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

background-color css

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

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

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

border-color css

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

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

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