Html Css Color HEX #E77F68 New York Pink

📋 copy color: '#E77F68'

red 231 ◦ green 127 ◦ blue 104

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

Shades of New York Pink #E77F68

Tints of New York Pink #E77F68

RGB

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

 GREEN value IS 127 (50% from 255) = 27.49%

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

R = 50%
G = 27.49%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E77F68 (or 0xE77F68) is known color: New York Pink. HEX triplet: E7, 7F and 68. RGB value is (231,127,104). Sum of RGB (Red+Green+Blue) = 231+127+104=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77F68 is #188097. Grayscale: #9B9B9B. Windows color (decimal): -1605784 or 6848487. OLE color: 6848487.

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

Color convert

RGB 231 127 104 -
CMYK 0 0.45 0.55 0.09
HSL 10.87º 0.73% 0.66% -
HSV(B) 10.87º 0.55% 0.91% -
XYZ 43.04 33.17 17.23 -
YUV 155.47 98.96 181.87 -
System Red Green Blue C M Y K H S L
Decimal 231 127 104 0 0.45 0.55 0.09 10.87 0.73 0.66
Hex E7 7F 68 0 2D 37 9 B 49 42
Octal 347 177 150 0 55 67 11 13 111 102
Binary 11100111 1111111 1101000 0 101101 110111 1001 1011 1001001 1000010

Color Harmonies of #E77F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77F68

Black with #E77F68

Text Example


Text Example

White with #E77F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77F68; }

 p { color: rgb(231,127,104); }

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

background-color css

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

 a { background-color: rgb(231,127,104); }

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

border-color css

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

 span { border-color: rgb(231,127,104); }

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