Html Css Color HEX #E18A7C New York Pink

📋 copy color: '#E18A7C'

red 225 ◦ green 138 ◦ blue 124

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

Shades of New York Pink #E18A7C

Tints of New York Pink #E18A7C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.34%

 BLUE value IS 124 (48.83% from 255) = 25.46%

R = 46.2%
G = 28.34%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E18A7C (or 0xE18A7C) is known color: New York Pink. HEX triplet: E1, 8A and 7C. RGB value is (225,138,124). Sum of RGB (Red+Green+Blue) = 225+138+124=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18A7C is #1E7583. Grayscale: #A2A2A2. Windows color (decimal): -1996164 or 8162017. OLE color: 8162017.

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

Color convert

RGB 225 138 124 -
CMYK 0 0.39 0.45 0.12
HSL 8.32º 0.63% 0.68% -
HSV(B) 8.32º 0.45% 0.88% -
XYZ 43.78 35.64 23.64 -
YUV 162.42 106.32 172.64 -
System Red Green Blue C M Y K H S L
Decimal 225 138 124 0 0.39 0.45 0.12 8.32 0.63 0.68
Hex E1 8A 7C 0 27 2D C 8 3F 44
Octal 341 212 174 0 47 55 14 10 77 104
Binary 11100001 10001010 1111100 0 100111 101101 1100 1000 111111 1000100

Color Harmonies of #E18A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18A7C

Black with #E18A7C

Text Example


Text Example

White with #E18A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18A7C; }

 p { color: rgb(225,138,124); }

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

background-color css

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

 a { background-color: rgb(225,138,124); }

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

border-color css

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

 span { border-color: rgb(225,138,124); }

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