Html Css Color HEX #E68876 New York Pink

📋 copy color: '#E68876'

red 230 ◦ green 136 ◦ blue 118

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

Shades of New York Pink #E68876

Tints of New York Pink #E68876

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.1%

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

R = 47.52%
G = 28.1%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E68876 (or 0xE68876) is known color: New York Pink. HEX triplet: E6, 88 and 76. RGB value is (230,136,118). Sum of RGB (Red+Green+Blue) = 230+136+118=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E68876 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68876 is #197789. Grayscale: #A2A2A2. Windows color (decimal): -1669002 or 7768294. OLE color: 7768294.

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

Color convert

RGB 230 136 118 -
CMYK 0 0.41 0.49 0.10
HSL 9.64º 0.69% 0.68% -
HSV(B) 9.64º 0.49% 0.9% -
XYZ 44.71 35.74 21.68 -
YUV 162.05 103.14 176.46 -
System Red Green Blue C M Y K H S L
Decimal 230 136 118 0 0.41 0.49 0.10 9.64 0.69 0.68
Hex E6 88 76 0 29 31 A A 45 44
Octal 346 210 166 0 51 61 12 12 105 104
Binary 11100110 10001000 1110110 0 101001 110001 1010 1010 1000101 1000100

Color Harmonies of #E68876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68876

Black with #E68876

Text Example


Text Example

White with #E68876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68876; }

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

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

background-color css

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

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

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

border-color css

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

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

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