Html Css Color HEX #E18A7B New York Pink

📋 copy color: '#E18A7B'

red 225 ◦ green 138 ◦ blue 123

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

Shades of New York Pink #E18A7B

Tints of New York Pink #E18A7B

RGB

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

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

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

R = 46.3%
G = 28.4%
B = 25.31%

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

#E18A7B (or 0xE18A7B) is known color: New York Pink. HEX triplet: E1, 8A and 7B. RGB value is (225,138,123). Sum of RGB (Red+Green+Blue) = 225+138+123=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18A7B is #1E7584. Grayscale: #A2A2A2. Windows color (decimal): -1996165 or 8096481. OLE color: 8096481.

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

Color convert

RGB 225 138 123 -
CMYK 0 0.39 0.45 0.12
HSL 8.82º 0.63% 0.68% -
HSV(B) 8.82º 0.45% 0.88% -
XYZ 43.71 35.61 23.31 -
YUV 162.3 105.82 172.72 -
System Red Green Blue C M Y K H S L
Decimal 225 138 123 0 0.39 0.45 0.12 8.82 0.63 0.68
Hex E1 8A 7B 0 27 2D C 9 3F 44
Octal 341 212 173 0 47 55 14 11 77 104
Binary 11100001 10001010 1111011 0 100111 101101 1100 1001 111111 1000100

Color Harmonies of #E18A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18A7B

Black with #E18A7B

Text Example


Text Example

White with #E18A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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