Html Css Color HEX #E18B7A New York Pink

📋 copy color: '#E18B7A'

red 225 ◦ green 139 ◦ blue 122

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

Shades of New York Pink #E18B7A

Tints of New York Pink #E18B7A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.6%

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

R = 46.3%
G = 28.6%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E18B7A (or 0xE18B7A) is known color: New York Pink. HEX triplet: E1, 8B and 7A. RGB value is (225,139,122). Sum of RGB (Red+Green+Blue) = 225+139+122=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18B7A is #1E7485. Grayscale: #A2A2A2. Windows color (decimal): -1995910 or 8031201. OLE color: 8031201.

HSL color Cylindrical-coordinate representation of color #E18B7A: hue angle of 9.9º 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 #E18B7A is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 139 122 -
CMYK 0 0.38 0.46 0.12
HSL 9.9º 0.63% 0.68% -
HSV(B) 9.9º 0.46% 0.88% -
XYZ 43.8 35.88 23.03 -
YUV 162.78 104.99 172.38 -
System Red Green Blue C M Y K H S L
Decimal 225 139 122 0 0.38 0.46 0.12 9.9 0.63 0.68
Hex E1 8B 7A 0 26 2E C A 3F 44
Octal 341 213 172 0 46 56 14 12 77 104
Binary 11100001 10001011 1111010 0 100110 101110 1100 1010 111111 1000100

Color Harmonies of #E18B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18B7A

Black with #E18B7A

Text Example


Text Example

White with #E18B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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