Html Css Color HEX #E17A6A New York Pink

📋 copy color: '#E17A6A'

red 225 ◦ green 122 ◦ blue 106

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

Shades of New York Pink #E17A6A

Tints of New York Pink #E17A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.4%

R = 49.67%
G = 26.93%
B = 23.4%

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

#E17A6A (or 0xE17A6A) is known color: New York Pink. HEX triplet: E1, 7A and 6A. RGB value is (225,122,106). Sum of RGB (Red+Green+Blue) = 225+122+106=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17A6A is #1E8595. Grayscale: #979797. Windows color (decimal): -2000278 or 6978273. OLE color: 6978273.

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

Color convert

RGB 225 122 106 -
CMYK 0 0.46 0.53 0.12
HSL 8.07º 0.66% 0.65% -
HSV(B) 8.07º 0.53% 0.88% -
XYZ 40.61 30.97 17.47 -
YUV 150.97 102.62 180.8 -
System Red Green Blue C M Y K H S L
Decimal 225 122 106 0 0.46 0.53 0.12 8.07 0.66 0.65
Hex E1 7A 6A 0 2E 35 C 8 42 41
Octal 341 172 152 0 56 65 14 10 102 101
Binary 11100001 1111010 1101010 0 101110 110101 1100 1000 1000010 1000001

Color Harmonies of #E17A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17A6A

Black with #E17A6A

Text Example


Text Example

White with #E17A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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