Html Css Color HEX #E08A72 New York Pink

📋 copy color: '#E08A72'

red 224 ◦ green 138 ◦ blue 114

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

Shades of New York Pink #E08A72

Tints of New York Pink #E08A72

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.99%

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

R = 47.06%
G = 28.99%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E08A72 (or 0xE08A72) is known color: New York Pink. HEX triplet: E0, 8A and 72. RGB value is (224,138,114). Sum of RGB (Red+Green+Blue) = 224+138+114=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08A72 is #1F758D. Grayscale: #A1A1A1. Windows color (decimal): -2061710 or 7506656. OLE color: 7506656.

HSL color Cylindrical-coordinate representation of color #E08A72: hue angle of 13.09º 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 #E08A72 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 138 114 -
CMYK 0 0.38 0.49 0.12
HSL 13.09º 0.64% 0.66% -
HSV(B) 13.09º 0.49% 0.88% -
XYZ 42.87 35.24 20.46 -
YUV 160.98 101.49 172.95 -
System Red Green Blue C M Y K H S L
Decimal 224 138 114 0 0.38 0.49 0.12 13.09 0.64 0.66
Hex E0 8A 72 0 26 31 C D 40 42
Octal 340 212 162 0 46 61 14 15 100 102
Binary 11100000 10001010 1110010 0 100110 110001 1100 1101 1000000 1000010

Color Harmonies of #E08A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08A72

Black with #E08A72

Text Example


Text Example

White with #E08A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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