Html Css Color HEX #E0806B New York Pink

📋 copy color: '#E0806B'

red 224 ◦ green 128 ◦ blue 107

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

Shades of New York Pink #E0806B

Tints of New York Pink #E0806B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.31%

R = 48.8%
G = 27.89%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0806B (or 0xE0806B) is known color: New York Pink. HEX triplet: E0, 80 and 6B. RGB value is (224,128,107). Sum of RGB (Red+Green+Blue) = 224+128+107=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E0806B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0806B is #1F7F94. Grayscale: #9A9A9A. Windows color (decimal): -2064277 or 7045344. OLE color: 7045344.

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

Color convert

RGB 224 128 107 -
CMYK 0 0.43 0.52 0.12
HSL 10.77º 0.65% 0.65% -
HSV(B) 10.77º 0.52% 0.88% -
XYZ 41.11 32.35 17.99 -
YUV 154.31 101.3 177.71 -
System Red Green Blue C M Y K H S L
Decimal 224 128 107 0 0.43 0.52 0.12 10.77 0.65 0.65
Hex E0 80 6B 0 2B 34 C B 41 41
Octal 340 200 153 0 53 64 14 13 101 101
Binary 11100000 10000000 1101011 0 101011 110100 1100 1011 1000001 1000001

Color Harmonies of #E0806B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0806B

Black with #E0806B

Text Example


Text Example

White with #E0806B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0806B; }

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

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

background-color css

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

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

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

border-color css

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

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

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