Html Css Color HEX #E68376 New York Pink

📋 copy color: '#E68376'

red 230 ◦ green 131 ◦ blue 118

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

Shades of New York Pink #E68376

Tints of New York Pink #E68376

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.35%

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

R = 48.02%
G = 27.35%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E68376 (or 0xE68376) is known color: New York Pink. HEX triplet: E6, 83 and 76. RGB value is (230,131,118). Sum of RGB (Red+Green+Blue) = 230+131+118=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 118 (46.48% from 255 or 24.63% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E68376 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68376 is #197C89. Grayscale: #9F9F9F. Windows color (decimal): -1670282 or 7767014. OLE color: 7767014.

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

Color convert

RGB 230 131 118 -
CMYK 0 0.43 0.49 0.10
HSL 6.96º 0.69% 0.68% -
HSV(B) 6.96º 0.49% 0.9% -
XYZ 44.02 34.36 21.45 -
YUV 159.12 104.8 178.56 -
System Red Green Blue C M Y K H S L
Decimal 230 131 118 0 0.43 0.49 0.10 6.96 0.69 0.68
Hex E6 83 76 0 2B 31 A 7 45 44
Octal 346 203 166 0 53 61 12 7 105 104
Binary 11100110 10000011 1110110 0 101011 110001 1010 111 1000101 1000100

Color Harmonies of #E68376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68376

Black with #E68376

Text Example


Text Example

White with #E68376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68376; }

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

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

background-color css

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

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

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

border-color css

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

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

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