Html Css Color HEX #E18C7B New York Pink

📋 copy color: '#E18C7B'

red 225 ◦ green 140 ◦ blue 123

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

Shades of New York Pink #E18C7B

Tints of New York Pink #E18C7B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.69%

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

R = 46.11%
G = 28.69%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E18C7B (or 0xE18C7B) is known color: New York Pink. HEX triplet: E1, 8C and 7B. RGB value is (225,140,123). Sum of RGB (Red+Green+Blue) = 225+140+123=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18C7B is #1E7384. Grayscale: #A3A3A3. Windows color (decimal): -1995653 or 8096993. OLE color: 8096993.

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

Color convert

RGB 225 140 123 -
CMYK 0 0.38 0.45 0.12
HSL 10º 0.63% 0.68% -
HSV(B) 10º 0.45% 0.88% -
XYZ 44 36.19 23.41 -
YUV 163.48 105.16 171.88 -
System Red Green Blue C M Y K H S L
Decimal 225 140 123 0 0.38 0.45 0.12 10 0.63 0.68
Hex E1 8C 7B 0 26 2D C A 3F 44
Octal 341 214 173 0 46 55 14 12 77 104
Binary 11100001 10001100 1111011 0 100110 101101 1100 1010 111111 1000100

Color Harmonies of #E18C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18C7B

Black with #E18C7B

Text Example


Text Example

White with #E18C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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