Html Css Color HEX #E68871 New York Pink

📋 copy color: '#E68871'

red 230 ◦ green 136 ◦ blue 113

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

Shades of New York Pink #E68871

Tints of New York Pink #E68871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.59%

R = 48.02%
G = 28.39%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E68871 (or 0xE68871) is known color: New York Pink. HEX triplet: E6, 88 and 71. RGB value is (230,136,113). Sum of RGB (Red+Green+Blue) = 230+136+113=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E68871 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68871 is #19778E. Grayscale: #A1A1A1. Windows color (decimal): -1669007 or 7440614. OLE color: 7440614.

HSL color Cylindrical-coordinate representation of color #E68871: hue angle of 11.79º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E68871 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 136 113 -
CMYK 0 0.41 0.51 0.10
HSL 11.79º 0.7% 0.67% -
HSV(B) 11.79º 0.51% 0.9% -
XYZ 44.42 35.62 20.16 -
YUV 161.48 100.64 176.87 -
System Red Green Blue C M Y K H S L
Decimal 230 136 113 0 0.41 0.51 0.10 11.79 0.7 0.67
Hex E6 88 71 0 29 33 A C 46 43
Octal 346 210 161 0 51 63 12 14 106 103
Binary 11100110 10001000 1110001 0 101001 110011 1010 1100 1000110 1000011

Color Harmonies of #E68871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68871

Black with #E68871

Text Example


Text Example

White with #E68871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68871; }

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

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

background-color css

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

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

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

border-color css

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

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

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