Html Css Color HEX #E0816A New York Pink

📋 copy color: '#E0816A'

red 224 ◦ green 129 ◦ blue 106

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

Shades of New York Pink #E0816A

Tints of New York Pink #E0816A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.1%

 BLUE value IS 106 (41.8% from 255) = 23.09%

R = 48.8%
G = 28.1%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0816A (or 0xE0816A) is known color: New York Pink. HEX triplet: E0, 81 and 6A. RGB value is (224,129,106). Sum of RGB (Red+Green+Blue) = 224+129+106=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E0816A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0816A is #1F7E95. Grayscale: #9A9A9A. Windows color (decimal): -2064022 or 6980064. OLE color: 6980064.

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

Color convert

RGB 224 129 106 -
CMYK 0 0.42 0.53 0.12
HSL 11.69º 0.66% 0.65% -
HSV(B) 11.69º 0.53% 0.88% -
XYZ 41.19 32.59 17.75 -
YUV 154.78 100.47 177.37 -
System Red Green Blue C M Y K H S L
Decimal 224 129 106 0 0.42 0.53 0.12 11.69 0.66 0.65
Hex E0 81 6A 0 2A 35 C C 42 41
Octal 340 201 152 0 52 65 14 14 102 101
Binary 11100000 10000001 1101010 0 101010 110101 1100 1100 1000010 1000001

Color Harmonies of #E0816A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0816A

Black with #E0816A

Text Example


Text Example

White with #E0816A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0816A; }

 p { color: rgb(224,129,106); }

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

background-color css

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

 a { background-color: rgb(224,129,106); }

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

border-color css

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

 span { border-color: rgb(224,129,106); }

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