Html Css Color HEX #E18069 New York Pink

📋 copy color: '#E18069'

red 225 ◦ green 128 ◦ blue 105

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

Shades of New York Pink #E18069

Tints of New York Pink #E18069

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.95%

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

R = 49.13%
G = 27.95%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E18069 (or 0xE18069) is known color: New York Pink. HEX triplet: E1, 80 and 69. RGB value is (225,128,105). Sum of RGB (Red+Green+Blue) = 225+128+105=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E18069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18069 is #1E7F96. Grayscale: #9A9A9A. Windows color (decimal): -1998743 or 6914273. OLE color: 6914273.

HSL color Cylindrical-coordinate representation of color #E18069: hue angle of 11.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 #E18069 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 128 105 -
CMYK 0 0.43 0.53 0.12
HSL 11.5º 0.67% 0.65% -
HSV(B) 11.5º 0.53% 0.88% -
XYZ 41.32 32.47 17.45 -
YUV 154.38 100.14 178.37 -
System Red Green Blue C M Y K H S L
Decimal 225 128 105 0 0.43 0.53 0.12 11.5 0.67 0.65
Hex E1 80 69 0 2B 35 C C 43 41
Octal 341 200 151 0 53 65 14 14 103 101
Binary 11100001 10000000 1101001 0 101011 110101 1100 1100 1000011 1000001

Color Harmonies of #E18069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18069

Black with #E18069

Text Example


Text Example

White with #E18069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18069; }

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

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

background-color css

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

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

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

border-color css

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

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

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