Html Css Color HEX #E18068 New York Pink

📋 copy color: '#E18068'

red 225 ◦ green 128 ◦ blue 104

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

Shades of New York Pink #E18068

Tints of New York Pink #E18068

RGB

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

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

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

R = 49.23%
G = 28.01%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E18068 (or 0xE18068) is known color: New York Pink. HEX triplet: E1, 80 and 68. RGB value is (225,128,104). Sum of RGB (Red+Green+Blue) = 225+128+104=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E18068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18068 is #1E7F97. Grayscale: #9A9A9A. Windows color (decimal): -1998744 or 6848737. OLE color: 6848737.

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

Color convert

RGB 225 128 104 -
CMYK 0 0.43 0.54 0.12
HSL 11.9º 0.67% 0.65% -
HSV(B) 11.9º 0.54% 0.88% -
XYZ 41.27 32.45 17.18 -
YUV 154.27 99.64 178.45 -
System Red Green Blue C M Y K H S L
Decimal 225 128 104 0 0.43 0.54 0.12 11.9 0.67 0.65
Hex E1 80 68 0 2B 36 C C 43 41
Octal 341 200 150 0 53 66 14 14 103 101
Binary 11100001 10000000 1101000 0 101011 110110 1100 1100 1000011 1000001

Color Harmonies of #E18068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18068

Black with #E18068

Text Example


Text Example

White with #E18068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18068; }

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

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

background-color css

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

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

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

border-color css

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

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

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