Html Css Color HEX #E78066 New York Pink

📋 copy color: '#E78066'

red 231 ◦ green 128 ◦ blue 102

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

Shades of New York Pink #E78066

Tints of New York Pink #E78066

RGB

 RED value IS 231 (90.63% from 255) = 50.11%

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

 BLUE value IS 102 (40.23% from 255) = 22.13%

R = 50.11%
G = 27.77%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E78066 (or 0xE78066) is known color: New York Pink. HEX triplet: E7, 80 and 66. RGB value is (231,128,102). Sum of RGB (Red+Green+Blue) = 231+128+102=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E78066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78066 is #187F99. Grayscale: #9C9C9C. Windows color (decimal): -1605530 or 6717671. OLE color: 6717671.

HSL color Cylindrical-coordinate representation of color #E78066: hue angle of 12.09º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E78066 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 128 102 -
CMYK 0 0.45 0.56 0.09
HSL 12.09º 0.73% 0.65% -
HSV(B) 12.09º 0.56% 0.91% -
XYZ 43.07 33.39 16.74 -
YUV 155.83 97.62 181.61 -
System Red Green Blue C M Y K H S L
Decimal 231 128 102 0 0.45 0.56 0.09 12.09 0.73 0.65
Hex E7 80 66 0 2D 38 9 C 49 41
Octal 347 200 146 0 55 70 11 14 111 101
Binary 11100111 10000000 1100110 0 101101 111000 1001 1100 1001001 1000001

Color Harmonies of #E78066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78066

Black with #E78066

Text Example


Text Example

White with #E78066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78066; }

 p { color: rgb(231,128,102); }

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

background-color css

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

 a { background-color: rgb(231,128,102); }

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

border-color css

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

 span { border-color: rgb(231,128,102); }

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