Html Css Color HEX #E68671 New York Pink

📋 copy color: '#E68671'

red 230 ◦ green 134 ◦ blue 113

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

Shades of New York Pink #E68671

Tints of New York Pink #E68671

RGB

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

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

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

R = 48.22%
G = 28.09%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E68671 (or 0xE68671) is known color: New York Pink. HEX triplet: E6, 86 and 71. RGB value is (230,134,113). Sum of RGB (Red+Green+Blue) = 230+134+113=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E68671 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68671 is #19798E. Grayscale: #A0A0A0. Windows color (decimal): -1669519 or 7440102. OLE color: 7440102.

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

Color convert

RGB 230 134 113 -
CMYK 0 0.42 0.51 0.10
HSL 10.77º 0.7% 0.67% -
HSV(B) 10.77º 0.51% 0.9% -
XYZ 44.14 35.07 20.06 -
YUV 160.31 101.3 177.71 -
System Red Green Blue C M Y K H S L
Decimal 230 134 113 0 0.42 0.51 0.10 10.77 0.7 0.67
Hex E6 86 71 0 2A 33 A B 46 43
Octal 346 206 161 0 52 63 12 13 106 103
Binary 11100110 10000110 1110001 0 101010 110011 1010 1011 1000110 1000011

Color Harmonies of #E68671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68671

Black with #E68671

Text Example


Text Example

White with #E68671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68671; }

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

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

background-color css

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

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

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

border-color css

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

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

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