Html Css Color HEX #E2866F New York Pink

📋 copy color: '#E2866F'

red 226 ◦ green 134 ◦ blue 111

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

Shades of New York Pink #E2866F

Tints of New York Pink #E2866F

RGB

 RED value IS 226 (88.67% from 255) = 47.98%

 GREEN value IS 134 (52.73% from 255) = 28.45%

 BLUE value IS 111 (43.75% from 255) = 23.57%

R = 47.98%
G = 28.45%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E2866F (or 0xE2866F) is known color: New York Pink. HEX triplet: E2, 86 and 6F. RGB value is (226,134,111). Sum of RGB (Red+Green+Blue) = 226+134+111=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E2866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2866F is #1D7990. Grayscale: #9F9F9F. Windows color (decimal): -1931665 or 7309026. OLE color: 7309026.

HSL color Cylindrical-coordinate representation of color #E2866F: hue angle of 12º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2866F is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 134 111 -
CMYK 0 0.41 0.51 0.11
HSL 12º 0.66% 0.66% -
HSV(B) 12º 0.51% 0.89% -
XYZ 42.76 34.37 19.42 -
YUV 158.89 100.98 175.87 -
System Red Green Blue C M Y K H S L
Decimal 226 134 111 0 0.41 0.51 0.11 12 0.66 0.66
Hex E2 86 6F 0 29 33 B C 42 42
Octal 342 206 157 0 51 63 13 14 102 102
Binary 11100010 10000110 1101111 0 101001 110011 1011 1100 1000010 1000010

Color Harmonies of #E2866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2866F

Black with #E2866F

Text Example


Text Example

White with #E2866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2866F; }

 p { color: rgb(226,134,111); }

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

background-color css

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

 a { background-color: rgb(226,134,111); }

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

border-color css

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

 span { border-color: rgb(226,134,111); }

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