Html Css Color HEX #E1867B New York Pink

📋 copy color: '#E1867B'

red 225 ◦ green 134 ◦ blue 123

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

Shades of New York Pink #E1867B

Tints of New York Pink #E1867B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.52%

R = 46.68%
G = 27.8%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E1867B (or 0xE1867B) is known color: New York Pink. HEX triplet: E1, 86 and 7B. RGB value is (225,134,123). Sum of RGB (Red+Green+Blue) = 225+134+123=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E1867B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1867B is #1E7984. Grayscale: #A0A0A0. Windows color (decimal): -1997189 or 8095457. OLE color: 8095457.

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

Color convert

RGB 225 134 123 -
CMYK 0 0.40 0.45 0.12
HSL 6.47º 0.63% 0.68% -
HSV(B) 6.47º 0.45% 0.88% -
XYZ 43.15 34.49 23.12 -
YUV 159.96 107.15 174.39 -
System Red Green Blue C M Y K H S L
Decimal 225 134 123 0 0.40 0.45 0.12 6.47 0.63 0.68
Hex E1 86 7B 0 28 2D C 6 3F 44
Octal 341 206 173 0 50 55 14 6 77 104
Binary 11100001 10000110 1111011 0 101000 101101 1100 110 111111 1000100

Color Harmonies of #E1867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1867B

Black with #E1867B

Text Example


Text Example

White with #E1867B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1867B; }

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

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

background-color css

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

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

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

border-color css

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

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

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