Html Css Color HEX #E08770 New York Pink

📋 copy color: '#E08770'

red 224 ◦ green 135 ◦ blue 112

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

Shades of New York Pink #E08770

Tints of New York Pink #E08770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.66%

 BLUE value IS 112 (44.14% from 255) = 23.78%

R = 47.56%
G = 28.66%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E08770 (or 0xE08770) is known color: New York Pink. HEX triplet: E0, 87 and 70. RGB value is (224,135,112). Sum of RGB (Red+Green+Blue) = 224+135+112=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E08770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08770 is #1F788F. Grayscale: #9F9F9F. Windows color (decimal): -2062480 or 7374816. OLE color: 7374816.

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

Color convert

RGB 224 135 112 -
CMYK 0 0.40 0.50 0.12
HSL 12.32º 0.64% 0.66% -
HSV(B) 12.32º 0.5% 0.88% -
XYZ 42.33 34.35 19.73 -
YUV 158.99 101.49 174.37 -
System Red Green Blue C M Y K H S L
Decimal 224 135 112 0 0.40 0.50 0.12 12.32 0.64 0.66
Hex E0 87 70 0 28 32 C C 40 42
Octal 340 207 160 0 50 62 14 14 100 102
Binary 11100000 10000111 1110000 0 101000 110010 1100 1100 1000000 1000010

Color Harmonies of #E08770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08770

Black with #E08770

Text Example


Text Example

White with #E08770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08770; }

 p { color: rgb(224,135,112); }

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

background-color css

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

 a { background-color: rgb(224,135,112); }

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

border-color css

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

 span { border-color: rgb(224,135,112); }

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