Html Css Color HEX #E1816C New York Pink

📋 copy color: '#E1816C'

red 225 ◦ green 129 ◦ blue 108

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

Shades of New York Pink #E1816C

Tints of New York Pink #E1816C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.92%

 BLUE value IS 108 (42.58% from 255) = 23.38%

R = 48.7%
G = 27.92%
B = 23.38%

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

#E1816C (or 0xE1816C) is known color: New York Pink. HEX triplet: E1, 81 and 6C. RGB value is (225,129,108). Sum of RGB (Red+Green+Blue) = 225+129+108=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E1816C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1816C is #1E7E93. Grayscale: #9B9B9B. Windows color (decimal): -1998484 or 7111137. OLE color: 7111137.

HSL color Cylindrical-coordinate representation of color #E1816C: hue angle of 10.77º degrees, saturation: 0.66, 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 #E1816C is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 129 108 -
CMYK 0 0.43 0.52 0.12
HSL 10.77º 0.66% 0.65% -
HSV(B) 10.77º 0.52% 0.88% -
XYZ 41.61 32.79 18.32 -
YUV 155.31 101.3 177.71 -
System Red Green Blue C M Y K H S L
Decimal 225 129 108 0 0.43 0.52 0.12 10.77 0.66 0.65
Hex E1 81 6C 0 2B 34 C B 42 41
Octal 341 201 154 0 53 64 14 13 102 101
Binary 11100001 10000001 1101100 0 101011 110100 1100 1011 1000010 1000001

Color Harmonies of #E1816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1816C

Black with #E1816C

Text Example


Text Example

White with #E1816C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1816C; }

 p { color: rgb(225,129,108); }

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

background-color css

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

 a { background-color: rgb(225,129,108); }

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

border-color css

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

 span { border-color: rgb(225,129,108); }

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