Html Css Color HEX #E08478 New York Pink

📋 copy color: '#E08478'

red 224 ◦ green 132 ◦ blue 120

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

Shades of New York Pink #E08478

Tints of New York Pink #E08478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.73%

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

R = 47.06%
G = 27.73%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E08478 (or 0xE08478) is known color: New York Pink. HEX triplet: E0, 84 and 78. RGB value is (224,132,120). Sum of RGB (Red+Green+Blue) = 224+132+120=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E08478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08478 is #1F7B87. Grayscale: #9E9E9E. Windows color (decimal): -2063240 or 7898336. OLE color: 7898336.

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

Color convert

RGB 224 132 120 -
CMYK 0 0.41 0.46 0.12
HSL 6.92º 0.63% 0.67% -
HSV(B) 6.92º 0.46% 0.88% -
XYZ 42.38 33.71 22.04 -
YUV 158.14 106.48 174.98 -
System Red Green Blue C M Y K H S L
Decimal 224 132 120 0 0.41 0.46 0.12 6.92 0.63 0.67
Hex E0 84 78 0 29 2E C 7 3F 43
Octal 340 204 170 0 51 56 14 7 77 103
Binary 11100000 10000100 1111000 0 101001 101110 1100 111 111111 1000011

Color Harmonies of #E08478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08478

Black with #E08478

Text Example


Text Example

White with #E08478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08478; }

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

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

background-color css

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

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

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

border-color css

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

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

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