Html Css Color HEX #E68676 New York Pink

📋 copy color: '#E68676'

red 230 ◦ green 134 ◦ blue 118

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

Shades of New York Pink #E68676

Tints of New York Pink #E68676

RGB

 RED value IS 230 (90.23% from 255) = 47.72%

 GREEN value IS 134 (52.73% from 255) = 27.8%

 BLUE value IS 118 (46.48% from 255) = 24.48%

R = 47.72%
G = 27.8%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E68676 (or 0xE68676) is known color: New York Pink. HEX triplet: E6, 86 and 76. RGB value is (230,134,118). Sum of RGB (Red+Green+Blue) = 230+134+118=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E68676 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68676 is #197989. Grayscale: #A1A1A1. Windows color (decimal): -1669514 or 7767782. OLE color: 7767782.

HSL color Cylindrical-coordinate representation of color #E68676: hue angle of 8.57º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E68676 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 134 118 -
CMYK 0 0.42 0.49 0.10
HSL 8.57º 0.69% 0.68% -
HSV(B) 8.57º 0.49% 0.9% -
XYZ 44.43 35.18 21.59 -
YUV 160.88 103.8 177.3 -
System Red Green Blue C M Y K H S L
Decimal 230 134 118 0 0.42 0.49 0.10 8.57 0.69 0.68
Hex E6 86 76 0 2A 31 A 9 45 44
Octal 346 206 166 0 52 61 12 11 105 104
Binary 11100110 10000110 1110110 0 101010 110001 1010 1001 1000101 1000100

Color Harmonies of #E68676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68676

Black with #E68676

Text Example


Text Example

White with #E68676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68676; }

 p { color: rgb(230,134,118); }

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

background-color css

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

 a { background-color: rgb(230,134,118); }

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

border-color css

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

 span { border-color: rgb(230,134,118); }

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