Html Css Color HEX #E08078 New York Pink

📋 copy color: '#E08078'

red 224 ◦ green 128 ◦ blue 120

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

Shades of New York Pink #E08078

Tints of New York Pink #E08078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.42%

R = 47.46%
G = 27.12%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E08078 (or 0xE08078) is known color: New York Pink. HEX triplet: E0, 80 and 78. RGB value is (224,128,120). Sum of RGB (Red+Green+Blue) = 224+128+120=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E08078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08078 is #1F7F87. Grayscale: #9B9B9B. Windows color (decimal): -2064264 or 7897312. OLE color: 7897312.

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

Color convert

RGB 224 128 120 -
CMYK 0 0.43 0.46 0.12
HSL 4.62º 0.63% 0.67% -
HSV(B) 4.62º 0.46% 0.88% -
XYZ 41.85 32.64 21.86 -
YUV 155.79 107.8 176.65 -
System Red Green Blue C M Y K H S L
Decimal 224 128 120 0 0.43 0.46 0.12 4.62 0.63 0.67
Hex E0 80 78 0 2B 2E C 5 3F 43
Octal 340 200 170 0 53 56 14 5 77 103
Binary 11100000 10000000 1111000 0 101011 101110 1100 101 111111 1000011

Color Harmonies of #E08078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08078

Black with #E08078

Text Example


Text Example

White with #E08078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08078; }

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

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

background-color css

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

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

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

border-color css

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

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

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