Html Css Color HEX #E1867A New York Pink

📋 copy color: '#E1867A'

red 225 ◦ green 134 ◦ blue 122

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

Shades of New York Pink #E1867A

Tints of New York Pink #E1867A

RGB

 RED value IS 225 (88.28% from 255) = 46.78%

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

 BLUE value IS 122 (48.05% from 255) = 25.36%

R = 46.78%
G = 27.86%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E1867A (or 0xE1867A) is known color: New York Pink. HEX triplet: E1, 86 and 7A. RGB value is (225,134,122). Sum of RGB (Red+Green+Blue) = 225+134+122=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E1867A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1867A is #1E7985. Grayscale: #9F9F9F. Windows color (decimal): -1997190 or 8029921. OLE color: 8029921.

HSL color Cylindrical-coordinate representation of color #E1867A: hue angle of 6.99º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E1867A is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 134 122 -
CMYK 0 0.40 0.46 0.12
HSL 6.99º 0.63% 0.68% -
HSV(B) 6.99º 0.46% 0.88% -
XYZ 43.09 34.46 22.79 -
YUV 159.84 106.65 174.48 -
System Red Green Blue C M Y K H S L
Decimal 225 134 122 0 0.40 0.46 0.12 6.99 0.63 0.68
Hex E1 86 7A 0 28 2E C 7 3F 44
Octal 341 206 172 0 50 56 14 7 77 104
Binary 11100001 10000110 1111010 0 101000 101110 1100 111 111111 1000100

Color Harmonies of #E1867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1867A

Black with #E1867A

Text Example


Text Example

White with #E1867A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1867A; }

 p { color: rgb(225,134,122); }

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

background-color css

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

 a { background-color: rgb(225,134,122); }

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

border-color css

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

 span { border-color: rgb(225,134,122); }

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