Html Css Color HEX #E17A69 New York Pink

📋 copy color: '#E17A69'

red 225 ◦ green 122 ◦ blue 105

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

Shades of New York Pink #E17A69

Tints of New York Pink #E17A69

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.99%

 BLUE value IS 105 (41.41% from 255) = 23.23%

R = 49.78%
G = 26.99%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E17A69 (or 0xE17A69) is known color: New York Pink. HEX triplet: E1, 7A and 69. RGB value is (225,122,105). Sum of RGB (Red+Green+Blue) = 225+122+105=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17A69 is #1E8596. Grayscale: #979797. Windows color (decimal): -2000279 or 6912737. OLE color: 6912737.

HSL color Cylindrical-coordinate representation of color #E17A69: hue angle of 8.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E17A69 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 122 105 -
CMYK 0 0.46 0.53 0.12
HSL 8.5º 0.67% 0.65% -
HSV(B) 8.5º 0.53% 0.88% -
XYZ 40.56 30.95 17.2 -
YUV 150.86 102.12 180.88 -
System Red Green Blue C M Y K H S L
Decimal 225 122 105 0 0.46 0.53 0.12 8.5 0.67 0.65
Hex E1 7A 69 0 2E 35 C 8 43 41
Octal 341 172 151 0 56 65 14 10 103 101
Binary 11100001 1111010 1101001 0 101110 110101 1100 1000 1000011 1000001

Color Harmonies of #E17A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17A69

Black with #E17A69

Text Example


Text Example

White with #E17A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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