Html Css Color HEX #E17D68 New York Pink

📋 copy color: '#E17D68'

red 225 ◦ green 125 ◦ blue 104

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

Shades of New York Pink #E17D68

Tints of New York Pink #E17D68

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.53%

 BLUE value IS 104 (41.02% from 255) = 22.91%

R = 49.56%
G = 27.53%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E17D68 (or 0xE17D68) is known color: New York Pink. HEX triplet: E1, 7D and 68. RGB value is (225,125,104). Sum of RGB (Red+Green+Blue) = 225+125+104=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E17D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17D68 is #1E8297. Grayscale: #989898. Windows color (decimal): -1999512 or 6847969. OLE color: 6847969.

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

Color convert

RGB 225 125 104 -
CMYK 0 0.44 0.54 0.12
HSL 10.41º 0.67% 0.65% -
HSV(B) 10.41º 0.54% 0.88% -
XYZ 40.88 31.67 17.06 -
YUV 152.51 100.63 179.71 -
System Red Green Blue C M Y K H S L
Decimal 225 125 104 0 0.44 0.54 0.12 10.41 0.67 0.65
Hex E1 7D 68 0 2C 36 C A 43 41
Octal 341 175 150 0 54 66 14 12 103 101
Binary 11100001 1111101 1101000 0 101100 110110 1100 1010 1000011 1000001

Color Harmonies of #E17D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17D68

Black with #E17D68

Text Example


Text Example

White with #E17D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17D68; }

 p { color: rgb(225,125,104); }

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

background-color css

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

 a { background-color: rgb(225,125,104); }

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

border-color css

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

 span { border-color: rgb(225,125,104); }

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