Html Css Color HEX #E0806E New York Pink

📋 copy color: '#E0806E'

red 224 ◦ green 128 ◦ blue 110

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

Shades of New York Pink #E0806E

Tints of New York Pink #E0806E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.81%

R = 48.48%
G = 27.71%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E0806E (or 0xE0806E) is known color: New York Pink. HEX triplet: E0, 80 and 6E. RGB value is (224,128,110). Sum of RGB (Red+Green+Blue) = 224+128+110=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E0806E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0806E is #1F7F91. Grayscale: #9A9A9A. Windows color (decimal): -2064274 or 7241952. OLE color: 7241952.

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

Color convert

RGB 224 128 110 -
CMYK 0 0.43 0.51 0.12
HSL 9.47º 0.65% 0.65% -
HSV(B) 9.47º 0.51% 0.88% -
XYZ 41.27 32.41 18.83 -
YUV 154.65 102.8 177.46 -
System Red Green Blue C M Y K H S L
Decimal 224 128 110 0 0.43 0.51 0.12 9.47 0.65 0.65
Hex E0 80 6E 0 2B 33 C 9 41 41
Octal 340 200 156 0 53 63 14 11 101 101
Binary 11100000 10000000 1101110 0 101011 110011 1100 1001 1000001 1000001

Color Harmonies of #E0806E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0806E

Black with #E0806E

Text Example


Text Example

White with #E0806E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0806E; }

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

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

background-color css

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

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

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

border-color css

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

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

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