Html Css Color HEX #E18679 New York Pink

📋 copy color: '#E18679'

red 225 ◦ green 134 ◦ blue 121

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

Shades of New York Pink #E18679

Tints of New York Pink #E18679

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.92%

 BLUE value IS 121 (47.66% from 255) = 25.21%

R = 46.88%
G = 27.92%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E18679 (or 0xE18679) is known color: New York Pink. HEX triplet: E1, 86 and 79. RGB value is (225,134,121). Sum of RGB (Red+Green+Blue) = 225+134+121=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 121 (47.66% from 255 or 25.21% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E18679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18679 is #1E7986. Grayscale: #9F9F9F. Windows color (decimal): -1997191 or 7964385. OLE color: 7964385.

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

Color convert

RGB 225 134 121 -
CMYK 0 0.40 0.46 0.12
HSL 7.5º 0.63% 0.68% -
HSV(B) 7.5º 0.46% 0.88% -
XYZ 43.03 34.44 22.47 -
YUV 159.73 106.15 174.56 -
System Red Green Blue C M Y K H S L
Decimal 225 134 121 0 0.40 0.46 0.12 7.5 0.63 0.68
Hex E1 86 79 0 28 2E C 8 3F 44
Octal 341 206 171 0 50 56 14 10 77 104
Binary 11100001 10000110 1111001 0 101000 101110 1100 1000 111111 1000100

Color Harmonies of #E18679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18679

Black with #E18679

Text Example


Text Example

White with #E18679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18679; }

 p { color: rgb(225,134,121); }

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

background-color css

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

 a { background-color: rgb(225,134,121); }

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

border-color css

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

 span { border-color: rgb(225,134,121); }

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